The second version of the Virtcon project. This is a complete rewrite of the original.
- Install the latest version of Node.js
- Install the latest version of Yarn
- Install PostgreSQL --> start on port 5432
- Install Docker
- Clone the repository
- Start Redis docker container with
yarn run redis - Run
yarn installin the root directory - Install nx cli with
yarn global add nx - Run
yarn startin the root directory to start all apps Note that this may not work for linux users if it doesn't tryyarn linuxif the issue continues submit an issue on github.
Run nx graph to see a diagram of the dependencies of the projects.
Visit the Nx Documentation to learn more.