jsblocks-shopping-example

April 3, 2016 ยท View on GitHub

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