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

https://github.com/ivanms1/ideas-app

An app to propose and vote for project ideas.
https://github.com/ivanms1/ideas-app

Last synced: about 1 year ago
JSON representation

An app to propose and vote for project ideas.

Awesome Lists containing this project

README

          

## Node.js Next.js Graphql Typescript Boilerplate App

Install all dependencies in the server and client

```bash
npm install
# or
yarn
```

```bash
cd client && npm install
# or
cd client && yarn
```

Run the development server:

```bash
npm run start:app
# or
yarn start:app
```