This project is one of the ways to implement Redux pattern.
The app is a books editor, you can add, save and edit existing books.
npm i
First of all you need install npm packages.
You will need to have Node >= 6 and npm >= 3 on your machine.
npm run development
Runs the app in development mode.
The page will reload if you make edits with hot-reload.
You will also see developer tools for easier debugging the app.
npm run production
Builds the app for production to the build
folder.
The build file is minified, filenames include the hashes and source-maps are generated.
Open http://localhost:3000 to view it in the browser.