MediaComem / biosentiers-frontend

Frontend website of the BioSentiers project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BioSentiers Frontend

This repository contains the Angular 2 frontend application for the BioSentiers project.

Requirements

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.

  • Read the contribution guidelines 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 for more information.

About

Frontend website of the BioSentiers project


Languages

Language:TypeScript 72.9%Language:HTML 24.8%Language:CSS 1.7%Language:JavaScript 0.6%