Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 639 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 639 Bytes

jsblocks-shopping-example

Online shopping application example built with jsblocks

Run the project

  • Clone the repository or directly download it from here
git clone https://github.com/astoilkov/jsblocks-shopping-example.git
  • Install dependencies. Navigate to the folder and run:
npm install
  • Run the application
npm run node

What you could expect to find in the project

  • Server-side rendering
  • Sorting, Filtering and Paging
  • Loading remote data
  • Lazy loading of resources
  • Validation
  • Routing & History