Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snowfirewolf/express-ts-template


https://github.com/snowfirewolf/express-ts-template

Last synced: 11 days ago
JSON representation

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