0.0.5 • Published 4 years ago

@easybread/adapter-gsuite-admin v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

lerna

Install & Run sample app

Make sure you've got the latest stable node and yarn installed.

Run from project root:

$ yarn install
$ yarn bootstrap
$ yarn build

Then, go to packages/example-ts-express-react and create .env file from the template:

$ cp ./.env.example ./.env

Then, edit it following recommendations in the comments.

After that, start the server:

(in the same packages/example-ts-express-react dir)

$ yarn start:server 

This should start the server on http://localhost:8080;