-
Fork the repository, create a branch and clone the branch.
-
Please ensure that you have latest version of Node.js installed.
-
On your terminal, type the following command on your terminal:
$ npm install
-
To run the server, type the following command on your terminal:
$ npm start
Now, your server is running on port 3000.
-
Additionally, to run your server on some other port (For instance, at port 8000), use this command:
$ PORT=8000 npm start
Please open an issue for the same. We will try our best to solve your problem.
Tip: Additionally, you can hit Watch 👀 or Star ⭐ this repository, and help us by contributing and improve our website.