sijanpaudel14 / nepali-nirvana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To setup locally:

  1. Install npm packages for both the client and server sides:
npm run install-client
npm run install-server
  1. Set up the server configuration if any check nepali-nirvana-be/README.md

  2. Set up the client configuration if any check nepali-nirvana-fe/README.md

  3. To run client:

npm run start-client

Client is served ClientPage

  1. To run server:

In development:

npm run watch-server

Server is listening on Server

Postman collection is found in nepali-nirvana-be/README.md

In Production:

npm run start-server

For Deployment:

First, configure everthing in regard to above mentioned actions.

npm run deploy

About


Languages

Language:JavaScript 76.4%Language:CSS 19.5%Language:HTML 4.1%