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

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

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
```