# install packages
yarn
# start server (http://localhost:3000)
yarn start
- This template includes a Redux example (see
exampleActions.js
,exampleConstants.js
,exampleReducer.js
,exampleSelectors.js
) - This template includes an example unit test (
App.test.js
)