https://github.com/dgautsch/angular-1.5.x-sandbox
A sandbox for practicing Angular 1.5.x.
https://github.com/dgautsch/angular-1.5.x-sandbox
angular
Last synced: 2 months ago
JSON representation
A sandbox for practicing Angular 1.5.x.
- Host: GitHub
- URL: https://github.com/dgautsch/angular-1.5.x-sandbox
- Owner: dgautsch
- Created: 2016-07-24T16:54:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T14:01:08.000Z (over 8 years ago)
- Last Synced: 2025-09-05T01:41:57.228Z (10 months ago)
- Topics: angular
- Language: JavaScript
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Sandbox for Angular 1.5.x
This is a simple workshop for working with Angular. It is built using browserify and npm scripts.
Run `npm install` to build the project, then, `npm run dev` to start your development server.
There is a delay on the first build, refresh the browser and the app should appear.
Happy Developing!