Skip to content

thegameofcode/react-redux-sagas-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee5adbb · Jul 2, 2016

History

13 Commits
Jul 2, 2016
Jul 2, 2016
Jul 2, 2016
Jul 2, 2016
Jul 2, 2016
Jul 2, 2016
Jul 2, 2016
Mar 31, 2016
Jul 2, 2016
Jul 2, 2016
Jul 2, 2016
Jul 2, 2016
Jul 2, 2016
Jul 2, 2016

Repository files navigation

js-standard-style

React Redux Sagas Boilerplate

Installation

npm install

Build

Run the following command which will compile all the necessary files in a /dist folder.

npm run build

Development

Start dev server:

npm run dev-server

Open a browser and visit http://localhost:3000

Run end-to-end tests

Build the application first:

npm run build

Start selenium server:

npm run selenium-server

Start application server:

npm run pro-server

Execute tests:

npm run test-acceptance

Code style

This project is using the standard rules:

npm run lint

js-standard-style

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published