Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evertcode/ui-router-example
Example of UI Router Angular JS(1.x)
https://github.com/evertcode/ui-router-example
angularjs bootstrap3 nodejs ui-router
Last synced: 6 days ago
JSON representation
Example of UI Router Angular JS(1.x)
- Host: GitHub
- URL: https://github.com/evertcode/ui-router-example
- Owner: evertcode
- License: apache-2.0
- Created: 2018-08-10T04:33:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T21:39:15.000Z (almost 3 years ago)
- Last Synced: 2024-04-17T02:08:55.344Z (7 months ago)
- Topics: angularjs, bootstrap3, nodejs, ui-router
- Language: HTML
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UI Router Example
Simple example of the use of ui-router with multiple routes and nested routes.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
* [Node JS]()
* [local-web-server](https://www.npmjs.com/package/local-web-server)```
node -v
```Install local-web-server
```
npm install -g local-web-server
```### Installing
Install modules
```
npm install
```Run Web Application
```
npm start
```Go to [localhost](https://localhost:8000/) for show the application in your web browser.
## Built With
* [npm](https://docs.npmjs.com/) - The package manager used
* [Angular JS(1.X)](https://angularjs.org/) - The javascript framework used
* [Bootstrap3](https://getbootstrap.com/docs/3.3/) - The web framework used
* [UI Router](https://ui-router.github.io/ng1/) - The client-side router used## License
This project is licensed under the Apache License 2.0 - see the [LICENSE.md](LICENSE.md) file for details