Skip to content

gmonte/monorepo-ts.business

Repository files navigation

@business monorepo

This monorepo contains web applications about business, developed with React.

Here are the packages that are applications into this monorepo:

@business/web - Web application

Getting start

Clone and Install

After the repository was cloned, run:

$ yarn && yarn lerna bootstrap

@business/web-app

# 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/

Environments

All applications of this monorepo use the dots-env to manage .env files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published