オレオレはてなブックマーク。
- Neo's Hatebu 2 : Angular And NestJS With SQLite3 By TypeORM
- Neo's Hatebu 1 : Angular And Express With PostgreSQL By Sequelize
- Tested On
$ node --version
:14.20.0
$ npm --version
:6.14.17
# Client
$ cd ./client/
$ npm install
$ npm run build
$ cd ../
# Server
$ cd ./server/
$ npm install # `--build-from-source`
$ npm run build
# Start Server At Port 2323 (Default)
$ nohup node ./dist/main.js & # $ nohup npm start &