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
- Host: GitHub
- URL: https://github.com/belev/hackfmi-ng2
- Owner: belev
- Created: 2016-11-29T15:20:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T13:46:33.000Z (about 9 years ago)
- Last Synced: 2025-01-06T14:35:41.206Z (about 1 year ago)
- Language: TypeScript
- Size: 744 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).