Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ynwd/fastro-template
- Owner: ynwd
- Created: 2020-04-28T22:55:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T21:12:16.000Z (over 2 years ago)
- Last Synced: 2023-03-07T13:05:45.108Z (over 1 year ago)
- Language: TypeScript
- Size: 402 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
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
```