diff --git a/README.md b/README.md index 485ce79..915d9a4 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ To get this repository set up: - `npm install` 3. Start the application: - `npm start` + - The app. will automatically reload after source file changes [LocalLoop-Server]:https://github.com/Pear-Trading/Foodloop-Server [tj/n]:https://github.com/tj/n @@ -47,6 +48,10 @@ To get this repository set up: The app defaults to using the development server. For other options, see `src/environments/environments.ts`. +## Build + +Run `ng build` to build the project; the resulting files will be stored in the `dist/` directory. Use the `-prod` flag for a production build. + ## Testing There are two types of test in this codebase: @@ -89,37 +94,3 @@ The interface itself is based off of [CoreUI][core-ui] which is MIT Licenced. For information, see `LICENCE.MIT` included in this repo. [core-ui]: http://coreui.io - -___ - -## Old README - -This is the old README with some minor tips on getting started, and more reading. - -### Angular2DevelopmentCLI - -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0-beta.32.3. - -### 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).