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

https://github.com/exposedcat/typescript-template

Template for TypeScript projects
https://github.com/exposedcat/typescript-template

Last synced: 8 months ago
JSON representation

Template for TypeScript projects

Awesome Lists containing this project

README

          


TypeScript Template

![](https://img.shields.io/badge/Telegram-Developer-informational?style=for-the-badge&logo=telegram&logoColor=26A5E4&color=26A5E4)


![](https://img.shields.io/badge/Reddit-Developer-informational?style=for-the-badge&logo=reddit&logoColor=FF5700&color=FF5700)

App preview


⭐️ Features




  • Strict code formatting rules

  • Scalable file architecture

  • Well-readable git repository with a beautiful README


💼 TODO




  • Add formatting rules

  • Add preview


⚙️ Stack




  • Programming language: TypeScript

  • Running tools: Node.JS


🔌 Running



via pure Node.JS


1. Clone this repo:

```bash
git clone https://github.com/ExposedCat/typescript-template.git
```

2. Go to the project root:

```bash
cd typescript-template
```

3. Create copy of `.env-example` called `.env` and replace example data with yours
4. Start app (specify name of the config created before):

```bash
npm start
```

**Done**.


🔩 Dependencies



Production





Development



  • TypeScript

  • Prettier