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
- Host: GitHub
- URL: https://github.com/foxbunny/angular-sandbox
- Owner: foxbunny
- Created: 2017-02-05T22:00:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T22:08:14.000Z (over 8 years ago)
- Last Synced: 2025-01-26T01:32:54.103Z (5 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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