Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 354 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 354 Bytes

Express.js, TypeScript starter.

Steps to run this project:

  • Clone the repository
git clone --depth=1 https://github.com/WebStyle/express-starter.git <project_name>
  • Install dependencies
cd <project_name>
npm install
  • Setup database settings inside ormconfig.json file
  • Run npm start command or npm run serve