Skip to content

DevangMstryls/Grooks-Library

Repository files navigation

README

Installation & development run

  • Install dependencies: $ npm install

  • Then run: $ npm start. This runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

Making builds & running production build

Make prod build

  • Run $ npm run build

Serve prod build

  • Install the serve package: $ npm install -g serve
  • Run $ serve -s build

Other Notes

  • The file /src/store/defaultStore.ts contains an initial set of books already added which will be loaded on the first load if localStorage is empty.
  • To see the Redux store in Chrome DevTools, uncomment line #10 in the file /src/store/store.ts

About

A tiny inventory manager app for book libraries based on React, Redux, React Router & React-Redux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published