- Download and install Node.js;
- Install node modules from package.json with
npm i
;
Run npm start
for a dev server. Navigate to http://localhost:1234
. The app will automatically reload if you change any of the source files.
- Parcel - a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore processing, and requires zero configuration.