An open API service indexing awesome lists of open source software.

https://github.com/foxbunny/angular-sandbox

Sandbox app for playing with Angular 1.x concepts
https://github.com/foxbunny/angular-sandbox

Last synced: 3 months ago
JSON representation

Sandbox app for playing with Angular 1.x concepts

Awesome Lists containing this project

README

        

# Angular 1.x sandbox

This repository contains some code I use to play with Angular concepts. Nothing
too exciting.

## Prepping for developent

After checking the code out, just run the following command in the repository
root:

```
npm install
```

## Starting the development server

To start the development server:

```
npm start
```

## Building

TODO