Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 393 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 393 Bytes

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)