Skip to content

akozma89/bookstore-exercise

Repository files navigation

bookstore-exercise

This is a little bookstore exercise based on React, react-dom-router, react-bootstrap and webpack as a module bundler and webpack-dev-server as a web server.

Setup instructions

  1. Clone bookstore-exercise repository
    git clone https://github.com/kala89/bookstore-exercise
  2. Run npm install

NPM scripts

  • npm start
    Run webpack-dev-server
  • npm build
    Run webpack to build
  • npm build-watch
    Run webpack to build and watch for changes
  • npm test
    Run jest for testing .test.js files
  • npm test-watch
    Run jest for testing .test.js files

Notes

  • npm, node and packages are not necessary to have. There is a generated html in dist directy, just open it.
  • search for 'cica' word will grant you a list what contains books with 'Add to cart' button on it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published