Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowfirewolf/express-ts-template
https://github.com/snowfirewolf/express-ts-template
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/snowfirewolf/express-ts-template
- Owner: SnowFireWolf
- Created: 2021-12-08T17:54:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T05:06:59.000Z (4 months ago)
- Last Synced: 2024-10-07T17:05:48.915Z (about 1 month ago)
- Language: TypeScript
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript back-end
The Typescript Backend server.
# Pre-reqs
To build and run this app locally you will need a few things:
- Install [Node.js](https://nodejs.org/en/)
- Install [VS Code](https://code.visualstudio.com/)
- Install [Typescript](https://www.typescriptlang.org/index.html#download-links)# Getting started
- Install dependencies
```
cd
yarn install
```
- Build and run the project
```
yarn build
yarn start
```- Run in development mode
```
yarn dev
```# To do list
* [x] TypeScript + Express.js
* [x] TSLint