Skip to content

ziosa/react-cart-example

Repository files navigation

react-cart-example

This is my attempt to play around with ReactJS.

Tools

Available Commands

npm start

run the webpack-dev-server with hot-reloading. Access the application at http://localhost:8000

npm run build

run webpack in production mode, and build the optimized bundle inside src/build folder with source-map. Access the application at http://localhost:8000

npm run serve-build

serve the production ready application on http://localhost:8000 Since we bundled the file with source-mapping support, you'll be able to debug it using chrome-dev-tools.

npm run eslint
npm run jscs

TODO

  • Order items
  • Filter items
  • remove items from the Cart
  • css
  • tests
  • using some flux approach?
  • loading initial data asynchronously

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published