Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ynwd/fastro-template

Fastro basic template
https://github.com/ynwd/fastro-template

Last synced: about 12 hours ago
JSON representation

Fastro basic template

Awesome Lists containing this project

README

        

# fastro-template

### Folder structure
```
.
├── src
│ ├── hello.controller.ts
│ └── main.ts
├── package.json
├── server.config.js
└── tsconfig.json
```

### Install package
```
npm install
```

### Build code
```
npm run build
```

### Run server
```
npm start
```

### Development
```
npm run dev
```

### Watch
```
npm run watch
```