Skip to content

orlando1409/CleanAngularCourse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

Angular example to-dos application

Example Angular application built from scratch, using the angular-cli.

This app manages to-dos. Using the app, the user can list, add, edit and remove to-dos

Prerequisites

Building the app from scratch

Have a look at the step by step guide.

Quick start

# clone the repo
git clone https://github.com/orlando1409/ng-to-do-app.git

# change directory to repo
cd ng-to-do-app

# Use yarn to install the dependencies:
yarn

# start the server
ng serve

Libraries already included in the App

  • bootstrap - The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
  • ng-bootstrap - Angular powered Bootstrap

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.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. 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.

About

Angular course, basic concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.1%
  • HTML 34.8%
  • CSS 22.1%