Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.07 KB

Redux Vanilla JS

Vanilla JS components using Redux pattern (Container and Presentation components).

Vanilla JS Redux

Developer Setup

Prerequisites

Requirements

  • 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
    

Starting Up The Project

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.