Giter Club home page Giter Club logo

nairobi's Introduction

Nairobi

This project was generated using Nx.

๐Ÿ”Ž Nx is a set of Extensible Dev Tools for Monorepos.

Quick Start & Documentation

Nx Documentation

10-minute video showing all Nx features

Interactive Tutorial

Adding capabilities to your workspace

Nx supports many plugins which add capabilities for developing different types of applications and different tools.

These capabilities include generating applications, libraries, etc as well as the devtools to test, and build projects as well.

Below are our core plugins:

  • Angular
    • ng add @nrwl/angular
  • React
    • ng add @nrwl/react
  • Web (no framework frontends)
    • ng add @nrwl/web
  • Nest
    • ng add @nrwl/nest
  • Express
    • ng add @nrwl/express
  • Node
    • ng add @nrwl/node

There are also many community plugins you could add.

Generate an application

Run ng g @nrwl/angular:app my-app to generate an application.

You can use any of the plugins above to generate applications as well.

When using Nx, you can create multiple applications and libraries in the same workspace.

Generate a library

Run ng g @nrwl/angular:lib my-lib to generate a library.

You can also use any of the plugins above to generate libraries as well.

Libraries are shareable across libraries and applications. They can be imported from @nairobi/mylib.

Development server

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

Code scaffolding

Run ng g component my-component --project=my-app to generate a new component.

Build

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

Running unit tests

Run ng test my-app to execute the unit tests via Jest.

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

Running end-to-end tests

Run ng e2e my-app to execute the end-to-end tests via Cypress.

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

Understand your workspace

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

Further help

Visit the Nx Documentation to learn more.

โ˜ Nx Cloud

Computation Memoization in the Cloud

Nx Cloud pairs with Nx in order to enable you to build and test code more rapidly, by up to 10 times. Even teams that are new to Nx can connect to Nx Cloud and start saving time instantly.

Teams using Nx gain the advantage of building full-stack applications with their preferred framework alongside Nxโ€™s advanced code generation and project dependency graph, plus a unified experience for both frontend and backend developers.

Visit Nx Cloud to learn more.

nairobi's People

Contributors

davidschuette avatar renovate-bot avatar

Watchers

 avatar

nairobi's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • fix(deps): update nest monorepo (@nestjs/common, @nestjs/core, @nestjs/platform-express, @nestjs/platform-fastify, @nestjs/schematics, @nestjs/testing)
  • chore(deps): update angular-eslint monorepo to v13.5.0 (@angular-eslint/eslint-plugin, @angular-eslint/eslint-plugin-template, @angular-eslint/template-parser)
  • chore(deps): update dependency @types/node to v16.18.98
  • chore(deps): update dependency cypress to v9.7.0
  • chore(deps): update dependency eslint to v8.57.0
  • chore(deps): update dependency eslint-config-prettier to v8.10.0
  • chore(deps): update dependency eslint-plugin-cypress to v2.15.2
  • chore(deps): update dependency ts-node to v10.9.2
  • chore(deps): update nginx docker tag to v1.27
  • fix(deps): update angular monorepo (@angular/animations, @angular/common, @angular/compiler, @angular/compiler-cli, @angular/core, @angular/forms, @angular/language-service, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router, zone.js)
  • fix(deps): update dependency @nestjs/typeorm to v8.1.4
  • fix(deps): update dependency class-validator to v0.14.1
  • fix(deps): update dependency fastify-swagger to v5.2.0
  • fix(deps): update dependency pg to v8.12.0
  • fix(deps): update dependency reflect-metadata to v0.2.2
  • fix(deps): update dependency rxjs to v7.8.1
  • fix(deps): update dependency tslib to v2.6.3
  • fix(deps): update dependency typeorm to v0.3.20
  • chore(deps): update actions/cache action to v4
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update angular-cli monorepo to v18 (major) (@angular-devkit/build-angular, @angular/cli)
  • chore(deps): update angular-eslint monorepo to v18 (major) (@angular-eslint/eslint-plugin, @angular-eslint/eslint-plugin-template, @angular-eslint/template-parser)
  • chore(deps): update dependency cypress to v13
  • chore(deps): update dependency dotenv to v16
  • chore(deps): update dependency eslint to v9
  • chore(deps): update dependency eslint-config-prettier to v9
  • chore(deps): update dependency eslint-plugin-cypress to v3
  • chore(deps): update dependency jest-preset-angular to v14
  • chore(deps): update dependency prettier to v3
  • chore(deps): update dependency typescript to v5
  • chore(deps): update jest monorepo to v29 (major) (@types/jest, jest, ts-jest)
  • chore(deps): update node.js to v20 (node, @types/node)
  • chore(deps): update typescript-eslint monorepo to v7 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • fix(deps): update angular monorepo to v18 (major) (@angular/animations, @angular/common, @angular/compiler, @angular/compiler-cli, @angular/core, @angular/forms, @angular/language-service, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router)
  • fix(deps): update dependency @nestjs/swagger to v7
  • fix(deps): update dependency @nestjs/typeorm to v10
  • fix(deps): update nest monorepo to v10 (major) (@nestjs/common, @nestjs/core, @nestjs/platform-express, @nestjs/platform-fastify, @nestjs/schematics, @nestjs/testing)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
docker-compose.yml
dockerfile
apps/api/Dockerfile
  • node 16-alpine
  • node 16-alpine
apps/nairobi/Dockerfile
  • node 16-alpine
  • nginx 1.21-alpine
github-actions
.github/workflows/nx.yml
  • actions/checkout v3
  • actions/cache v3
  • nrwl/nx-set-shas v2
  • actions/setup-node v3
  • actions/checkout v3
  • actions/cache v3
  • nrwl/nx-set-shas v2
  • actions/setup-node v3
npm
package.json
  • @angular/animations 13.3.0
  • @angular/common 13.3.0
  • @angular/compiler 13.3.0
  • @angular/core 13.3.0
  • @angular/forms 13.3.0
  • @angular/platform-browser 13.3.0
  • @angular/platform-browser-dynamic 13.3.0
  • @angular/router 13.3.0
  • @nestjs/common 8.4.2
  • @nestjs/core 8.4.2
  • @nestjs/platform-express 8.4.2
  • @nestjs/platform-fastify 8.4.2
  • @nestjs/swagger 5.2.0
  • @nestjs/typeorm 8.0.3
  • @nrwl/angular 13.9.4
  • class-transformer 0.5.1
  • class-validator 0.13.2
  • fastify-swagger 5.0.0
  • pg 8.7.3
  • reflect-metadata 0.1.13
  • rxjs 7.5.5
  • tslib 2.3.1
  • typeorm 0.2.45
  • zone.js 0.11.5
  • @angular-devkit/build-angular 13.3.0
  • @angular-eslint/eslint-plugin 13.1.0
  • @angular-eslint/eslint-plugin-template 13.1.0
  • @angular-eslint/template-parser 13.1.0
  • @angular/cli 13.3.0
  • @angular/compiler-cli 13.3.0
  • @angular/language-service 13.3.0
  • @nestjs/schematics 8.0.8
  • @nestjs/testing 8.4.2
  • @nrwl/cli 11.6.1
  • @nrwl/cypress 13.9.4
  • @nrwl/eslint-plugin-nx 13.9.4
  • @nrwl/jest 13.9.4
  • @nrwl/linter 13.9.4
  • @nrwl/nest 13.9.4
  • @nrwl/node 13.9.4
  • @nrwl/workspace 13.9.4
  • @types/jest 27.0.2
  • @types/node 16.11.26
  • @typescript-eslint/eslint-plugin 5.10.2
  • @typescript-eslint/parser 5.10.2
  • cypress 9.5.2
  • dotenv 10.0.0
  • eslint 8.7.0
  • eslint-config-prettier 8.5.0
  • eslint-plugin-cypress 2.12.1
  • jest 27.2.3
  • jest-preset-angular 9.0.3
  • nx 13.9.4
  • prettier 2.6.0
  • ts-jest 27.0.5
  • ts-node 10.7.0
  • typescript 4.6.2

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.