npm.io
1.0.0 • Published 3 years ago

es6-starter

Licence
MIT
Version
1.0.0
Deps
19
Size
13 kB
Vulns
0
Weekly
0
Stars
26
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)

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