/JavaScript-MVC-ES6

Vanilla JavaScript MVC project using ES6 and D3.js

Primary LanguageJavaScript

ES6 MVC

MVC Pattern ES6 configured with babel, webpack and eslint.

Usage

  • npm install to install all dependencies
  • npm start to run eslint on watch mode and dev-server at localhost:8080.
  • npm run watch to only watch for/recompile on changes.
  • npm run build to generate a minified, production-ready build.