https://github.com/keuller/node-ts-swc
Boilerplate Node+Typescript+SWC
https://github.com/keuller/node-ts-swc
Last synced: 3 months ago
JSON representation
Boilerplate Node+Typescript+SWC
- Host: GitHub
- URL: https://github.com/keuller/node-ts-swc
- Owner: keuller
- Created: 2022-01-16T12:23:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T12:16:45.000Z (over 3 years ago)
- Last Synced: 2025-01-23T00:28:09.262Z (5 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-ts-swc
Boilerplate Node+Typescript+SWC
This repo has a simple and naive Node project that demonstrates how to setup Node, TypeScript and SWC.
## Running Locally
```
npm run dev
```## Production
```
npm start
```