/little-inventory

a code test

Primary LanguageJavaScript

Shop Inventory

Small shop inventory sample application using React,Redux and React Router

Assumptions

Although the data is available and can be fetched synchronously. It is always done in an async manner. Uses redux thunks to delay dispatching actions until an async task has finished.

  • npm install Install project deps;
  • npm run start Boots up the application and runs a local webpack dev server