eco-repositories / eco-monorepo

3 stars 0 forks source link

Hardcoded values to update after forking the template

path to file path to text current text
/package.json $.name "eco-monorepo"
/package.json $.author "Dmytro Parzhytskyi <parzhitsky@gmail.com>"
/package.json $.repository "https://github.com/eco-repositories/eco-monorepo"
/package-lock.json $.name "eco-monorepo"
/package-lock.json $.packages[""].name "eco-monorepo"
/packages/client/index.html html>head>title "Client App"

Starting the application stack

Using Docker (recommended)

Starting the application stack with npm start is the simplest approach and also recommended.

Without Docker, all on localhost

To start the application stack without Docker, it is necessary to setup/build/start the applications manually on localhost, then run server in the background, then run client in "dev" mode.