- It is bundled using Webpack.
- It uses Web History API for pushing the new state and fetching the template based on the current state, creating SPA with it.
Demo : Quiz-App
git clone https://github.com/DeepakShm/quiz-SPA.git
cd quiz-SPA
npm install
: for installing all the required packagesnpm run build
: to build the project.npm run dev
: to run the App on http://localhost:4000/