Vanilla JS components using Redux pattern (Container and Presentation components).
-
Nodejs v.8.0.0
nvm ls-remote nvm install 8.0.0 nvm use 8.0.0
-
Please download the Editor Config plugin for your code editor
-
From the Terminal:
npm install -g gulp-cli npm run start gulp
Run npm install
to setup project dependencies.
Run gulp
to build the project for development and open a browser instance with watch.
Run gulp prod
to build the project for production.
Run gulp server
to serve the distribution files.
Run gulp unit
to run unit tests using Karma + Webpack + Mocha + Chai + Sinon + Code Coverage non transpiled code.