/nx-sample

Following the nx tutorial because nx is awesome! https://github.com/rkristelijn/ea/projects/8

Primary LanguageTypeScriptOtherNOASSERTION

NxSample

This project was generated using Nx. It uses Nx so that the frontend and backend are stored in the same repo. For the frontend Angular is used, for the backend NestJs.

Prerequisites:

  • node
  • docker

to start:

  • clone repo
  • install: npm i
  • database: npm run db:up
  • frontend: nx serve sample
  • backend: nx serve api

Documentation