a boilerplate for Express.js and Typescript. it provides project structure with set of packages
- Express.js
- Prisma
- Typescript
- Project structure
- Scripts
- npm
- cors
- nodemon
- dotenv
$ git clone https://github.com/Vesal-J/lynx-boilerplate.git
$ cd lynx-boilerplate
$ npm install
$ npm run dev
before you start the server you need to build the project
$ npm start
$ npm run build