https://github.com/itsthatguy/lerna-react-graphql-starter-kit
https://github.com/itsthatguy/lerna-react-graphql-starter-kit
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsthatguy/lerna-react-graphql-starter-kit
- Owner: itsthatguy
- Created: 2018-10-11T16:10:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T16:15:09.000Z (over 7 years ago)
- Last Synced: 2025-07-11T02:14:17.632Z (11 months ago)
- Language: TypeScript
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# itg lerna-react-graphql-starter-kit mono repo
## Requirements
- node 9+
## Setup
```shell
npm install
$(npm bin)/lerna bootstrap
cp .env.sample .env
# go fill out .env (you will have to make your own discord application)
```
## Running
```shell
npm start
```