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
- Host: GitHub
- URL: https://github.com/mymicds/mymicds-v2-angular
- Owner: MyMICDS
- License: mit
- Created: 2016-07-14T02:30:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T06:20:07.000Z (over 1 year ago)
- Last Synced: 2025-04-21T08:05:44.890Z (about 1 month ago)
- Topics: angular, hacktoberfest, micds, mymicds, typescript
- Language: TypeScript
- Homepage: https://mymicds.net
- Size: 151 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)