https://github.com/mediacomem/biosentiers-frontend
Frontend website of the BioSentiers project
https://github.com/mediacomem/biosentiers-frontend
angular angular-cli biosentiers
Last synced: 2 months ago
JSON representation
Frontend website of the BioSentiers project
- Host: GitHub
- URL: https://github.com/mediacomem/biosentiers-frontend
- Owner: MediaComem
- Created: 2017-01-30T14:40:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T14:44:05.000Z (over 8 years ago)
- Last Synced: 2025-02-14T17:45:22.002Z (over 1 year ago)
- Topics: angular, angular-cli, biosentiers
- Language: TypeScript
- Size: 702 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# BioSentiers Frontend
This repository contains the Angular 2 frontend application for the BioSentiers project.
- [Requirements](#requirements)
- [Development](#development)
- [Tasks](#tasks)
- [Code Scaffolding](#code-scaffolding)
## Requirements
* Node.js 6.x
* [Angular CLI][angular-cli] (install with `npm install -g angular-cli`)
* [BioSentiers backend][biosentiers-backend] (running on port 3000 by default)
## Development
* Clone and move into this repository:
git clone https://github.com/MediaComem/biosentiers-frontend.git
cd biosentiers-frontend
* Install dependencies:
npm install
* Run it:
npm start
* Visit [http://localhost:4200](http://localhost:4200).
* Read the [contribution guidelines](CONTRIBUTING.md) before committing.
## Tasks
| Command | Purpose |
| --- | --- |
| `npm start` | Run the Angular application in development mode (with live reload). |
| `npm run build` | Build the Angular application for production (into the `dist` directory.) |
| `npm run doctoc` | Regenerate the table of contents of the project's Markdown files. |
| `npm run lint` | Check the code for readability, maintainability, and functionality errors. |
| `npm test` | Run unit tests in development mode (with live reload). |
| `npm run test` | Run unit tests once. |
| `npm run e2e` | Run end-to-end tests once. |
| `npm run ci` | Run all tests once. |
## Code Scaffolding
Run `ng generate component component-name` to generate a new component.
You can also use `ng generate directive/pipe/service/class/module`.
Check out [Angular CLI's documentation][angular-cli-gen] for more information.
[angular-cli]: https://github.com/angular/angular-cli
[angular-cli-gen]: https://github.com/angular/angular-cli#generating-components-directives-pipes-and-services
[biosentiers-backend]: https://github.com/MediaComem/biosentiers-backend