Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 788 Bytes

readme.md

File metadata and controls

29 lines (25 loc) · 788 Bytes

Books Editor

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.

Install

npm i

First of all you need install npm packages.
You will need to have Node >= 6 and npm >= 3 on your machine.

Build and run

Development

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.

Production

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.

Usage

Open http://localhost:3000 to view it in the browser.