Skip to content

splitio-examples/split-angular-basketball-app-example

 
 

Repository files navigation

Start the application locally

First install npm dependencies by:

npm install

Start the server on http://localhost:4200 with:

npm run start

How to test specific parts of the article?

There are multiple major commits inside this repo:

  • initial commit -> codebase state after bootstraping the app with Angular CLI
  • step 1 -> codebase state after adding /players route/screen
  • step 2 -> codebase state after adding /add-player route/screen
  • step 3 -> codebase state after adding feature flag
  • step 4 -> codebase state after adding event tracking loop

Feel free to checkout any of these commits to test behaviour according to certain part of the tutorial.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.3%
  • HTML 10.4%
  • JavaScript 8.1%
  • SCSS 5.2%