Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 884 Bytes

README.md

File metadata and controls

62 lines (40 loc) · 884 Bytes

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