The Hypebeast tech stack as defined by Ben Awad
Prerequisites:
- Node
- Node
- TypeScript
- Apollo
- React
- JWT
- GraphQL + GraphQL Codegen
- PostgreSQL
To run the application locally, make sure a database is up and running then run
yarn dev
In order to run a local postgres database run
docker-compose -f database.docker-compose.yml up -d