Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thombruce/tnt-starter


https://github.com/thombruce/tnt-starter

Last synced: 1 day ago
JSON representation

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