WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

thegameofcode/react-redux-sagas-boilerplate

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