Skip to content

Latest commit

 

History

History
 
 

node-prisma-mysql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Node Typescript Starter

This project contains a minimal starter for Node.js project with Typescript, ESLint and Prettier

Prerequisites

  • Node.js 16+
  • Yarn or NPM

Installation

  • Install dependencies
yarn install
  • Start Application
yarn start

The application will be launched by Nodemon so it's will restart automatically on file change