Create React App, Apollo and Jayson built with TypeScript.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to run the software:
- Node.js (>=12.16.2)
- Yarn (~1.22.4)
- Docker
- docker-compose
Run postgre container
docker-compose up -d
Install deps
yarn install
Start in dev mode
yarn start
or if you are lazy
Make script executable
chmod +x ./build.sh
Run previous commands in one line
./build.sh