Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.19 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.19 KB

React Redux Starter

Boilerplate for kickstarting a project with the following technologies:

Installation

install dependencies

yarn install

Running the App

begin by starting webpack

yarn start

once the browser is open, start the mock server to begin streaming order events

yarn server

Linting

lint errors are enabled in vscode, or run eslint across all files in /app

yarn lint

Testing

run test suite

yarn test

you can use yarn test --watch to run jest in watch mode