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

https://github.com/belev/hackfmi-ng2

System written in Angular 2 that we use for HackFMI - http://register.hackfmi.com
https://github.com/belev/hackfmi-ng2

Last synced: 8 months ago
JSON representation

System written in Angular 2 that we use for HackFMI - http://register.hackfmi.com

Awesome Lists containing this project

README

          

# HackFMING2

## Install required packages

This project is generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.19-3.

* In order to install `angular-cli` do:

```
npm install -g angular-cli
```

Both the CLI and generated project have dependencies that require Node 4 or higher, together with NPM 3 or higher.

* Install project's npm packages by navigating to the project's folder and run:

```
npm install
```

## Local development setup

* Run `ng serve` for a dev server.
* Navigate to `http://localhost:4200/`.
* The app will automatically reload if you change any of the source files.

## Build

* 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.

## Further help

To get more help on the `angular-cli` use `ng --help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).