Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thombruce/tnt-starter
https://github.com/thombruce/tnt-starter
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/thombruce/tnt-starter
- Owner: thombruce
- Created: 2024-05-20T14:26:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T18:14:07.000Z (6 months ago)
- Last Synced: 2024-11-04T22:42:28.838Z (about 2 months ago)
- Language: TypeScript
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TNT Starter
This is a basic template demonstrating the use of [TNT](https://github.com/thombruce/tnt).
```sh
# To build the project:
yarn run build
# To launch the dev server:
yarn run dev
# To generate static files:
yarn run generate
# To build and preview the project:
yarn run preview
```