Skip to content

Vesal-J/lynx-boilerplate

Repository files navigation

Lynx Boilerplate

a boilerplate for Express.js and Typescript. it provides project structure with set of packages

What it includes in

  • Express.js
  • Prisma
  • Typescript
  • Project structure
  • Scripts
  • npm
  • cors
  • nodemon
  • dotenv

Installation

$ git clone https://github.com/Vesal-J/lynx-boilerplate.git
$ cd lynx-boilerplate
$ npm install

Run dev server

$ npm run dev

Run server

before you start the server you need to build the project

$ npm start

Build project

$ npm run build

Releases

No releases published

Packages

No packages published