https://github.com/hackyourfuture/generala2
https://github.com/hackyourfuture/generala2
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackyourfuture/generala2
- Owner: HackYourFuture
- Created: 2017-06-19T09:48:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T10:43:55.000Z (almost 9 years ago)
- Last Synced: 2024-04-13T19:23:03.188Z (about 2 years ago)
- Language: TypeScript
- Size: 136 KB
- Stars: 0
- Watchers: 41
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generala2
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.2.0.
## Getting Started
To get you started you can simply clone the `Generala2` repository and install the dependencies using git:
```
git clone https://github.com/HackYourFuture/generala2.git
cd generala2/generala2
```
```
npm install
```
```
npm run build
```
```
cd ..
```
```
npm install
```
```
npm start
```
## Prerequisites
You need git to clone the `Generala2` repository. You can get git from [here](https://git-scm.com/).
You’ll need MongoDB installed to use as our database. You can get mongDB from [here](https://docs.mongodb.com/manual/installation/)
We also use a number of Node.js tools to initialize and test `Generala2`. You must have Node.js
and its package manager (npm) installed. You can get them from [here](https://nodejs.org/).
## Clone `Generala2`
Clone the `Generala2` repository using git:
```
git clone https://github.com/HackYourFuture/generala2.git
cd Generala2
```
## Install Dependencies
Install dependencies using git:
```
npm install
```
## Run the Application
We have preconfigured the project with a simple development web server. The simplest way to start
this server is:
```
npm start
```
Now browse to the app at [`http://localhost:4200/`][local-app-url].
## Development server
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.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|module`.
## 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.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
Before running the tests make sure you are serving the app via `ng serve`.
## 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).