This monorepo contains web applications about business, developed with React.
Here are the packages that are applications into this monorepo:
After the repository was cloned, run:
$ yarn && yarn lerna bootstrap# watch
$ cd packages/web
$ yarn start
# accept dots-env arguments
# localhost:3000
# build
$ cd packages/web
$ yarn build
# accept dots-env arguments
# artifacts path: packages/web/build/All applications of this monorepo use the dots-env to manage .env files.