Project to quick start with NodeJS, uses express
, dotenv
and mysql
npm ci
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)
npm run-script build
(for run it: npm start
)