Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurci/genezio-starter-tsup
Genezio starter template with Typescript and tsup
https://github.com/laurci/genezio-starter-tsup
Last synced: 30 days ago
JSON representation
Genezio starter template with Typescript and tsup
- Host: GitHub
- URL: https://github.com/laurci/genezio-starter-tsup
- Owner: laurci
- Created: 2023-03-17T12:58:20.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T13:07:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T06:27:18.206Z (3 months ago)
- Language: TypeScript
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# genezio-starter-tsup
This is a starter template for [Genezio](https://genez.io) projects with better support for monorepos.
Run `yarn` after you clone the repo to install all dependencies.
## Getting started
1. Deploy Genezio functions: `yarn server deploy`.
2. Run the client test code: `yarn client dev`.## Usage
To run scripts in the server project use `yarn server `.
To run scripts in the client project use `yarn client <script>`.