Getting Started with Grechka app
A few steps to start:
- Clone project from github;
- Install dependencies in few steps
cd client
yarn install
cd ../server
yarn install
- Run the project by two commands:
npm start --prefix ./server
.npm start --prefix ./client
.