Skip to content

Github built with AngularJS

Davy Engone edited this page Sep 14, 2015 · 2 revisions

Introduction

During this long tutorial, you will learn step by step how to build a simple clone of the famous Github using Angular 1.5!

During the bootcamp, you will rebuild the same application using different techniques and methodologies that are commonly used in entreprise environment.

Getting started

Install the starting point of the application.

Requirements:

  • You should have node installed.
  • After installing node, make sure you have npm installed.
  • run npm -v to check which version of npm is installed.
  • You can use whatever code editor you want but we highly recommended to use Atom
  • You will also need to install wallaby.js