Skip to content

BigButovskyi/nx-todo-list

Repository files navigation

To Do List

This workspace has been generated by Nx, smart monorepo system ✨ It consists of two services: FrontEnd & BackEnd

    In NX.js monorepo there are two main directories:
  • apps where React-App and Nest.js-Server located
  • libs for reusable things like interfaces, types, enums...

You also need preinstalled Yarn package manager

Technologies

  • Typescript
  • React.js
  • MUI ReactUI tools
  • Nest.js server
  • TypeOrm
  • JWT token + refresh auth
  • Lodash
  • NX.js

Installing

Run yarn install

Before running

Create file .env in the main directory and configure environmental variables

Running services

Run yarn nx serve [service-name]

Running all system

Run yarn start:full. It starts both front-end and backend parts via my nx custom scripts

Understand this workspace

Run 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

Motorepo-application with React.js and Nest.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published