Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 2.11 KB

README.md

File metadata and controls

60 lines (43 loc) · 2.11 KB

Push-Based Angular Performance Workshop

Installation Instructions

System Requirements

  • node > 20
  • npm > 8

Clone and install

git clone https://github.com/push-based/ws-perf-swedbank-090125.git

cd ws-perf-swedbank-090125
npm install 
# or if you're using yarn
yarn install

# (optional) if the step before didn't work, please try the following
npm install --force

Run the application

npm run start

Workshop Information

Exercises

0. Project Setup

Optional