Skip to content

Boilerplate for kick starting a React Project with ES6 (Babel) and Hot reloader using Webpack.

Notifications You must be signed in to change notification settings

lilrogalski/react-redux-starter

Repository files navigation

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

About

Boilerplate for kick starting a React Project with ES6 (Babel) and Hot reloader using Webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published