SyncPod for web
- Clone repository and install dependencies
git clone git@github.com:git@github.com:cyder/SyncPod-web-app.git
cd SyncPod-web-app
yarn install
- Edit .env file
cp .env.sample .env
vim .env
- Start webpack-dev-server
yarn start
Build production
yarn build
Check lint
yarn lint
Generate typescript types for GraphQL queries
yarn apollo-codegen