Skip to content

merto20/rvmc-apps

Repository files navigation

RvmcApps

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

Development server

Run npm run dev for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Start Production server

Run npm run start for a prod server.

Build Production

Run npm run build

Unit test and linting

Run npm run test-lint to run Unit test and Linting

Unit test and linting in CI server

Run npm run test-lint-ci to run Unit test and Linting in CI Server

Build Container

Run docker build --tag rvmc-apps:latest . to build docker container

Run docker container

Run docker run -p 3000:3000 rvmc-apps to run docker container in port 3000

Open Cypress UI application for integration testing

Run npx nx run travel-easy-e2e:e2e --watch to open Cypress application

Run Cypress Integration Test in command line

Run npx nx run travel-easy-e2e:e2e to execute integration testing in command line. This is useful when running e2e in CI server.

Understand this workspace

Run npx 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published