✨ This workspace has been generated by Nx, a Smart, fast and extensible build system. ✨
- Clone Repository
git clone https://github.com/gunvantsr/log-parser.git
- Install Dependancies
yarn install
- Serve UI
yarn nx run app-ui:serve --configuration=development
- Serve APIs
yarn nx run app-api:serve --configuration=development
To execute tasks with Nx use the following syntax:
nx <target> <project> <...options>
You can also run multiple targets:
nx run-many -t <target1> <target2>
..or add -p
to filter specific projects
nx run-many -t <target1> <target2> -p <proj1> <proj2>