Skip to content

Character planner for Wow Wotlk - third iteration of website using Angular 8

Notifications You must be signed in to change notification settings

c3mohamn/angular-warmains

Repository files navigation

Warmains

A character, talent, raid planning tool for World of Warcraft.

Features

  • Talent Calcluator. (95% complete)
  • Raid comp (WIP)
  • Character Development (WIP)
  • Create a free account and login to save your builds.

I have been too busy to revamp and work on this project latley. You can access the website here: app-wm.herokuapp.com.

Older versions are:

  • warmains2
    • Built with AngularJS.
    • Has Talents working
    • Built much better than previous iteration.
  • warmains1.
    • Built with AngularJS.
    • Has characters working
    • My first website, so it is not amazingly built.

This project was generated with Angular CLI version 1.7.0.

Development server

Run npm start to start api server. Accessible through http://localhost:3000/. Run npm run-script serve, which will start the front-end server && hookup to the api server.

The app will automatically reload if you change any of the source files.

Changes to the back-end/api server will require a restart.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.