- Install
node
on your machine following the steps mentioned on the official website. - Clone this repository on your machine.
- Open a terminal session in the root of the repository, and run the following command once:
npm install
- Once the dependencies have been installed, run the following command to start the server locally:
npm run start
- Now that the server is running, open
http://127.0.0.1:8000
on your browser to view and interact with the application. On making any changes to the actual front-end of the app (located within the /public folder), you would need to refresh your browser to view the latest version of the app on your browser.