https://github.com/bluzi/marvel-duel-ii
Create duels between Marvel superheroes
https://github.com/bluzi/marvel-duel-ii
angular angular-4 bulma client-server expressjs javacsript mongodb typescript
Last synced: about 2 months ago
JSON representation
Create duels between Marvel superheroes
- Host: GitHub
- URL: https://github.com/bluzi/marvel-duel-ii
- Owner: bluzi
- Created: 2017-07-09T18:22:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-13T11:28:31.000Z (5 months ago)
- Last Synced: 2026-01-13T14:31:07.710Z (5 months ago)
- Topics: angular, angular-4, bulma, client-server, expressjs, javacsript, mongodb, typescript
- Language: TypeScript
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Marvel Duel II
===============
Create duels between Marvel superheroes
## Instructions
* Install Angular CLI - `npm i -g @angular/cli`
* Clone this repository, and navigate to the repository folder
* Navigate to the server directory, run `npm install` and then `npm start`
* Now the server should be up and running
* Navigate to the client directory, run `npm install` and then `ng serve`
* Navigate to http://localhost:4200
* Enjoy
## Tech
### Client
* Angular 4
* TypeScript 2.3
* Bulma ( http://bulma.io )
### Server
* ExpressJS
* JavaScript
* MongoDB (Hosted on mlab.com)