Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gmoraitis/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matches Presentation App Backend

Scripts

1.Starts the application in development mode using nodemon.

npm run start:dev

2.Builds the app at build, cleaning the folder first.

npm run build

3.Starts the app in production mode by first building the project with npm run build, and then executing the compiled JavaScript at build/index.js.

npm run start

Connect with the frontend app

First run

npm run start:dev

..from this current folder, so that we can have the data available in the /data endpoint

Then go to the frontend folder and run

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published