Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firtoz/turbo-template
A template project for using turbo.build
https://github.com/firtoz/turbo-template
Last synced: about 9 hours ago
JSON representation
A template project for using turbo.build
- Host: GitHub
- URL: https://github.com/firtoz/turbo-template
- Owner: firtoz
- Created: 2023-07-31T18:31:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T15:19:16.000Z (over 1 year ago)
- Last Synced: 2024-11-17T03:41:48.635Z (2 months ago)
- Language: TypeScript
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Turbo-template
This is a simple project that acts as a template for [Turborepo](https://turbo.build/) projects.
It has a frontend (nextjs) and backend (graphql).
## Getting started
1. Clone this repo
2. Run `yarn` to install dependencies
3. Run `yarn dev` to start the dev server
4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.## Building
1. Run `yarn build` to build the project
2. Run `yarn start` to start the production server