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
- Host: GitHub
- URL: https://github.com/exposedcat/typescript-template
- Owner: ExposedCat
- Archived: true
- Created: 2022-08-10T17:36:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T17:53:59.000Z (over 3 years ago)
- Last Synced: 2025-03-12T04:41:19.716Z (10 months ago)
- Language: TypeScript
- Size: 381 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TypeScript Template



⭐️ 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