/raze

Personal project: A web app to track player statistics for Valorant

Primary LanguageHTML

Getting Started

https://raze.gg/

In the root directory of the project...

  1. Install node modules yarn install or npm install.
  2. Start development server yarn start or npm start.

The back-end is based on Express Generator. The front-end is based on Angular cli "ng".

The front-end is served on http://localhost:3000/ and the back-end on http://localhost:3001/.

Additional Documentation