Skip to content

sakur-github/betapetbot-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript Express.js Template

Dependency Status Build Status

The main purpose of this repository is to quickly create a template for Resful project which uses Typescript and Express.js framework. I will try to keep this as up-to-date as possible, but community contributions and recommendations for improvements are encouraged and will be most welcome.

Pre-reqs

To build and run this app locally you will need a few things:

Getting started

  • Clone the repository
git clone --depth=1 https://github.com/tuanlc/typescript-expressjs-template.git <project_name>
  • Install dependencies
cd <project_name>
npm install
  • Build and run the project
npm run build
npm start
  • Run in development mode
npm run dev

To do list

  • TypeScript + Express.js
  • TSLint
  • Test

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors