Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielmaialva33/node-ts-app

A complete Node.js project template using TypeScript and following general best practices.
https://github.com/gabrielmaialva33/node-ts-app

eslint nodejs prettier template typescript

Last synced: about 2 months ago
JSON representation

A complete Node.js project template using TypeScript and following general best practices.

Awesome Lists containing this project

README

        




TypeScript


A template for Node.js



A complete Node.js project template using TypeScript


License
GitHub top language
GitHub language count
Repository size

GitHub last commit
Maia



About   |   
Technologies   |   
Tools   |   
Installation   |   
License


## :bookmark: About

**Node Typescript App** A complete Node.js project template using TypeScript and following general best practices.


## :computer: Technologies

- **[Typescript](https://www.typescriptlang.org/)**
- **[Node.js](https://nodejs.org/)**
- **[Eslint](https://eslint.org/)**
- **[Prettier](https://prettier.io/)**


## :wrench: Tools

- **[Visual Studio Code](https://code.visualstudio.com/)**
- **[WebStorm](https://www.jetbrains.com/webstorm/)**


## :package: Installation

### :heavy_check_mark: **Prerequisites**

The following software must be installed:

- **[Node.js](https://nodejs.org/en/)**
- **[Git](https://git-scm.com/)**
- **[NPM](https://www.npmjs.com/)** or **[Yarn](https://yarnpkg.com/)**
- **[Docker](https://www.docker.com/)**
- **[Docker Compose](https://docs.docker.com/compose/)**


### :arrow_down: **Cloning the repository**

```sh
$ git clone https://github.com/gabrielmaialva33/node-ts-app.git
```


### :arrow_forward: **Running the application**

- :package: API

```sh
$ cd node-ts-app
# install dependencies
$ yarn # or npm install
# run the application
$ yarn start:dev # or yarn start
```


### :writing_hand: **Author**

| [![Gabriel Maia](https://avatars.githubusercontent.com/u/26732067?size=100)](https://github.com/gabrielmaialva33) |
| ----------------------------------------------------------------------------------------------------------------- |
| [Gabriel Maia](https://github.com/gabrielmaialva33) |

## License

[MIT License](LICENSE)