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

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

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
```