- Change into the directory and run
npm install
to install the dependencies - Add initial code to the src/bootstrap.js file, it will be the root file for your ES6 projects
- Run
npm start
- Visit localhost:3000 in the browser and you should see the running application. If you are running console log statements they will appear in the browser's JS console.
Provided for the students of the Bottega Code School
Fork from es6-webpack2-starter#devcamp_NPM_package