Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 370 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 370 Bytes

Shopping Cart with JavaScript

  • Object Oriented design
  • Webpack
  • ES6 features
  • Babel
  • vanilla JavaScript
  • SASS
  • immutability pattern
  • Event Delegation
  • DOM manipulation and traversal

Build for development mode

npm run dev

Build for production mode

npm run build

start the server and run the app

npm run start