Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T06:14:52.000Z (4 months ago)
- Last Synced: 2024-11-29T23:27:02.125Z (about 2 months ago)
- Topics: angular, angular-4, bulma, client-server, expressjs, javacsript, mongodb, typescript
- Language: TypeScript
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 23
-
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)