Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quang-pham-dev/rfm-ng-2024

The monorepo using nx
https://github.com/quang-pham-dev/rfm-ng-2024

angular angular18 best-architecture best-practices monorepo

Last synced: about 1 month ago
JSON representation

The monorepo using nx

Awesome Lists containing this project

README

        

# RFMNg2024

## Start the application

Run `pnpm nx serve rfm-ng-2024` to start the development server. Happy coding!

## Build for production

Run `pnpm nx build rfm-ng-2024` to build the application. The build artifacts are stored in the output directory (e.g. `dist/` or `build/`), ready to be deployed.

## Running tasks

To execute tasks with Nx use the following syntax:

```
pnpm nx <...options>
```

You can also run multiple targets:

```
pnpm nx run-many -t
```

..or add `-p` to filter specific projects

```
pnpm nx run-many -t -p
```

Targets can be defined in the `package.json` or `projects.json`.