Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 812 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 812 Bytes

Npm Click Build Status

Comparing NPM (dev)Dependencies. www.npm.click

Prerequisites

  • NPM
  • Gulp
  • ReactJS
  • Redux
  • Immutable JS

Installation

You will need http-server installed globally to serve the website.

npm install -g http-server
npm install

Development

npm start
npm run watch

Tests (ES Lint)

npm test

Deployment

Travis CI does the job. For every commit on the master branch, Travis runs the builds and push to the gh-pages branch.