ivanms1 / ideas-app

An app to propose and vote for project ideas.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js Next.js Graphql Typescript Boilerplate App

Install all dependencies in the server and client

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

Run the development server:

npm run start:app
# or
yarn start:app

About

An app to propose and vote for project ideas.


Languages

Language:TypeScript 90.7%Language:CSS 8.3%Language:JavaScript 1.0%