nas539 / JarTHISFrontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:HTML 67.9%Language:JavaScript 26.0%Language:CSS 6.1%