A character, talent, raid planning tool for World of Warcraft.
- 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.
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.
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
.
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.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.