Skip to content

giammaleoni/angular2-fundamentals

Repository files navigation

Angular 2 Fundamentals: Retain App

Google Keep remake application for Angular 2 Fundamentals course


Overview

This repo is designed to accompany the free Angular 2 Fundamentals course. It is a step by step curriculum introducing you to Angular 2 by rebuilding Google Keep. All lessons are broken down into individual branches, with a start and solution branch for each lesson. We recommend taking the course which includes the videos and text descriptions for each lesson to maximize your learnings!

Dependencies

  • Node > 6.x
  • npm > 3.x
  • globals (npm install --global)
    • typescript
    • webpack
    • webpack-dev-server
    • tslint

Getting Started

  • Clone or fork this repository
  • run npm install --global typescript webpack webpack-dev-server tslint
  • run npm install
  • run npm start to fire up dev server
  • run npm run api to start the api server http://localhost:3500/notes
  • open browser to http://localhost:3000

Testing

  • run npm install -g karma-cli to install globally Karma
  • run npm test for testing

Instructor

ToDos

About

Angular2 fundamentals course by AngularClass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages