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 install
in the root directory - Install nx cli with
yarn global add nx
- Run
yarn start
in the root directory to start all apps Note that this may not work for linux users if it doesn't tryyarn linux
if 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.