Skip to content

Latest commit

 

History

History

front-end

front-end

Follow the below instruction to impletement and run front end on your local computer or server:

  • First of all, install NodeJs.
  • Open up your terminal/command line and go to front-end folder.
  • Install dependencies and packages using below command:

npm install

  • install Nodemon for local and/or PM2 for the server from npm:

npm install nodemon --global or

npm install pm2 --global

  • Then, run one of the below commands to start project and

nodemon server.js or pm2 start server.js

Now, the application is running on localhost:6565