If your setup already has some of the required tools installed, please adjust accordingly.
- Install Node 12.14.1 from here https://nodejs.org/en/blog/release/v12.14.1/
- Run
npm install -g npm@7.23.0
- Run
npm install -g @angular/cli@12.2.4
- Verify your versions with
ng version
:
Angular CLI: 12.2.4
Node: 12.14.1
Package Manager: npm 7.23.0 - Install a new version of IntelliJ
- Clone the master branch with
git clone https://github.com/romanutti/duni-playground.git
- Open the project with IntelliJ and let gradle build the project
- Install the npm dependencies with
cd frontend
followed bynpm install
./gradlew bootRun
cd frontend
npm start