Skip to content

gustavogp11/nodejs-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart with NodeJS (Typescript)

Project to quick start with NodeJS, uses express, dotenv and mysql

Install dependencies

npm ci

Run for development

npm run dev
Server should be running at http://localhost:5000
Note (issue): sometimes requires a retry to work (stop it and run it again)

Build for production

npm run-script build (for run it: npm start)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published