Getting Started

  • Save file and open terminal in that folder

  • run

npm install
  • run the development server:
npm run dev
# or
yarn dev
  • open link http://localhost:3000/ in your favorite browser

What can be done?

  • Make application to import files
  • add unit test cases for individual files
  • add lazy load
  • few functions can be refactor