Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgq995/todo-list
A collaborative todo-list system
https://github.com/sgq995/todo-list
Last synced: about 1 month ago
JSON representation
A collaborative todo-list system
- Host: GitHub
- URL: https://github.com/sgq995/todo-list
- Owner: sgq995
- License: mit
- Created: 2022-08-17T23:41:36.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-18T23:39:00.000Z (over 2 years ago)
- Last Synced: 2024-02-11T05:19:35.641Z (11 months ago)
- Language: TypeScript
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Turborepo starter
This is an official Yarn v1 starter turborepo.
## What's inside?
This turborepo uses [Yarn](https://classic.yarnpkg.com/lang/en/) as a package manager. It includes the following packages/apps:
### Apps and Packages
- `api`: a [fastify](https://www.fastify.io) API
- `web`: a [Next.js](https://nextjs.org) app
- `ui`: a stub React component library including [Storybook](https://storybook.js.org)
- `eslint-config-custom`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `tsconfig`: `tsconfig.json`s used throughout the monorepoEach package/app is 100% [TypeScript](https://www.typescriptlang.org).
## Setup
### Install
To install the dependencies, run the following command:
```
node tools.js install
```### Develop
To develop all apps and packages, run the following command:
```
yarn run dev
```