Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sukaato/express-typescript
- Owner: Sukaato
- License: mit
- Created: 2021-04-06T09:07:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T09:17:09.000Z (over 3 years ago)
- Last Synced: 2024-10-18T20:29:28.949Z (3 months ago)
- Topics: expressjs, node, nodejs, templates, typescipt
- Language: TypeScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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/