1.0.0 • Published 2 years ago

es6-starter v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ES6 Starter Project

Instructions after generating the project

  • 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# bottegaDiner