-
Git: Version control system.
-
Node.js: JavaScript runtime built on Chrome's V8 JavaScript engine (Please go with any latest LTS versions)
-
Google Chrome (or a decent latest web browser)
-
Visual Studio Code (or any other code editor).
-
Prettier - Code formatter: helps you to format your JavaScript / TypeScript / CSS using Prettier.
-
Clone the repo to your local machine.
-
Install the required dependency for server using :
npm install
-
Create a
.env
file and copy-paste the contents of.env.sample
in it. -
Start the dev server using :
npm start