3. Server Startup
3.1 Start Server and Installation
// Considering working directory as projects root directory
> cd installation
> npm run build
// On successful build completion, change directory to root
> cd ..
// Run the server using any of the below commands
> npm run start
// OR
> node server.js
Last updated