# install dependencies
npm install
# build and watch for code changes
npm run watch
# in another terminal, launch the browser
npm start
# lint and format the code base
npm run lint
# prepare a clean install
npm run clean
# install dependencies
npm install
# build and watch for code changes
npm run watch
# in another terminal, launch the browser
npm start
# lint and format the code base
npm run lint
# prepare a clean install
npm run clean