An open API service indexing awesome lists of open source software.

https://github.com/mymicds/mymicds-v2-angular

Angular front-end for MyMICDS.net
https://github.com/mymicds/mymicds-v2-angular

angular hacktoberfest micds mymicds typescript

Last synced: 27 days ago
JSON representation

Angular front-end for MyMICDS.net

Awesome Lists containing this project

README

        

# MyMICDS-v2-Angular
Angular Front end for MyMICDS.net

## Running

### Pre-Run
Generate a copy of _config.example.scss and within the same folder, create a _config.scss of the same contents
```
/src/styles/_confi.example.scss --->>> /src/styles/_config.scss
```
### Run
Type in the following to install dependencies and run for development:
```
$ npm install -D
$ ng serve
```

## More Info
[Main repository is located over here](https://github.com/michaelgira23/MyMICDS-v2)