gunvantsr / log-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 88.2%Language:JavaScript 8.0%Language:HTML 2.8%Language:CSS 1.1%