Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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