Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sukaato/express-typescript

Template for faster implementation of an expressJS project with Typescript.
https://github.com/sukaato/express-typescript

expressjs node nodejs templates typescipt

Last synced: 27 days ago
JSON representation

Template for faster implementation of an expressJS project with Typescript.

Awesome Lists containing this project

README

        

# Express with Typescript
> Template repository to made CRUD APP with ExpressJS

[License][link-license] |
[Author][link-author] |
[Site][link-site]

An skeleton express app that allows you to use typescript.

## How to run

1. Before anything else, you must have [node][nodejs] installed on your machine.
2. In `package.json` change the name parameter by your project name

### Running Server

Running in `DEV` mode :
On your terminal `npm start`, the server will restart everytime you make a change in your code.

Running in `PRODUCTION` mode :
On your terminal `npm run start:prod`

[link-license]: https://github.com/Sukaato/express-typescript/blob/master/LICENSE
[link-author]: https://github.com/Sukaato
[link-site]: https://sukaato.github.io
[nodeJS]: https://nodejs.org/en/