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 startBuild production
yarn buildCheck lint
yarn lintGenerate typescript types for GraphQL queries
yarn apollo-codegen