Skip to content

Vanilla JS Component driven architecture with Redux

License

Notifications You must be signed in to change notification settings

luakri/redux-vanilla-js

Repository files navigation

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.

About

Vanilla JS Component driven architecture with Redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published