> npm install
> npm start
> npm run api
Production build can be tested with local-web-server
> npm run build
> cd ./dist
> ws -s index.html
A boilerplate for react redux with axios for api fetching.
JavaScript
> npm install
> npm start
> npm run api
> npm run build
> cd ./dist
> ws -s index.html