A simple events list app built in NodeJS, Mongo, Angular and GraphQL. This project was generated with generator-ngx-rocket version 12.1.1.
- install lerna globally wih
npm install -g lerna
- Clone the repo -> git clone https://github.com/rohit-ambre/express-react-lerna.git
- Install dependencies with
lerna bootstrap
- Create .env file in client package -> cp .env.example .env
- Start the app with
npm run start
There you go 🎉