Skip to content

hmodding/web-monorepo

Repository files navigation

web-monorepo

License: MIT

Requirements

  • npm 7 (or higher)
  • node v16 (or higher)

Get started

Define Environment Variables

You can either create an .env file in your local git clone. You can use example.env as a template!

Or You define all the env-variables mentioned in example.env as actual env-variables.

build

npm run build

start

npm run start

dev

npm run dev

Disclaimer

This monorepo might not be structured properly and might be in an unstable state.