Skip to content

gunvantsr/log-parser

Repository files navigation

LogParser

This workspace has been generated by Nx, a Smart, fast and extensible build system.

Local Setup

  1. Clone Repository
git clone https://github.com/gunvantsr/log-parser.git
  1. Install Dependancies
yarn install
  1. Serve UI
yarn nx run app-ui:serve --configuration=development
  1. Serve APIs
yarn nx run app-api:serve --configuration=development

Run tasks with Nx

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published