Skip to content

lukeribchester/mono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cb8d8c0 · Apr 11, 2022

History

3 Commits
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022

Repository files navigation

mono.lgr.dev

Welcome to the monorepo for @lgr.dev.

Prerequisites

Node.js

Install Node.js which includes Node Package Manager.

Nx

Install the Nx CLI globally.

Get Started

The following commands may require a project-name to be specified. For a full list of project names, please refer to the workspace.json file.

Development Server

Run nx serve project-name for an app development server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run nx build project-name to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Unit tests

Run nx test project-name to execute the unit tests via Jest.

Run nx affected:test to execute the unit tests affected by a change.

End-to-end tests

Run nx e2e project-name to execute the end-to-end tests via Cypress.

Run nx affected:e2e to execute the end-to-end tests affected by a change.

Contributing

Commit Message Format

Please adhere to the Conventional Commits specification for adding human and machine-readable meaning to commit messages.

Commit Message Header

<type>([optional scope]): <short summary>

[optional body]

[optional footer(s)]
Type
  • build: Changes to the build system or external dependencies
  • ci: Changes to the continuous integration configuration
  • docs: Changes to documentation
  • feat: Changes which include a new feature
  • fix: Changes which include a bug fix
  • perf: Changes which include a performance improvement
  • refactor: Changes which neither fix a bug nor add a feature
  • style: Changes to styling
  • test: Changes to unit tests or end-to-end tests
Scope
  • workspace: Changes to the workspace
Summary

Use the summary field to provide a succinct description of the changes:

  • Use the imperative, present tense (i.e. 'change', not 'changed' nor 'changes')
  • Do not capitalise the first letter
  • Do not include a period at the end

Workspace

Run nx graph to see a diagram of the dependencies of the projects.

Applications

Libraries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published