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.
- Host: GitHub
- URL: https://github.com/ivanms1/ideas-app
- Owner: ivanms1
- Created: 2020-03-24T15:14:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:58:31.000Z (over 3 years ago)
- Last Synced: 2025-01-24T18:49:09.477Z (over 1 year ago)
- Language: TypeScript
- Size: 688 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: readme.md
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
```