TheOnePortal
Installation
To install dependencies, run npm ci
.
Development server
Middle earth demography
Run npx nx serve middle-earth-demography
for a dev server. Navigate to http://localhost:4221/. The app will automatically reload if you change any of the source files.
The one quote
Run npx nx serve the-one-quote
for a dev server. Navigate to http://localhost:4222/. The app will automatically reload if you change any of the source files.
One portal shell
Run npx nx serve one-portal-shell
for a dev server. Navigate to http://localhost:4220/. The app will automatically reload if you change any of the source files.
Backend
In order to work, all application need the Portal Backend to be running. To do so, follow the documentation.
Understand this workspace
Run nx graph
to see a diagram of the dependencies of the projects.
Remote caching
Run npx nx connect-to-nx-cloud
to enable remote caching and make CI faster.
Further help
Visit the Nx Documentation to learn more.