Skip to content

cjwilson1388/angular-dashboard-seed

 
 

Repository files navigation

angular-dashboard-seed

Angular dashboard sample application with nodejs REST backend integration built using latest angular best practices.

This seed is a sort of free version of a template that may be found here or here with working backend integration. You may use it to bootstrap the development of your next web app. Ok, so basically, this project is a hack ;)

Check out the Live Demo. Use following credentials: user1/user1pass.

Features

  • AngularJS
  • Angular UI Router
  • Bootstrap3
  • Nodejs backend inegration
  • Sass styles
  • Gulp build
  • Stylish, clean, responsive layout
  • Lots of utility css classes for rapid development (flatlogic css set)
  • Authentication and authorization
  • CRUD operations examples
  • Browsersync for the ease of development
  • Toastr notifications

Setup

Required tools

Installation

  1. Clone project git clone https://github.com/flatlogic/angular-dashboard-seed.git
  2. Install node and bower dependencies: npm install
  3. Run the application: gulp serve
  4. go to http://localhost:3000
  5. Enter username: user1, password: user1pass

Project structure

Project structure based on this yeoman generator. If you have any questions about the build or project structure please check out their documentation.

Support

For any additional information please refer to Flatlogic homepage.

Community

License

MIT, hell yeah.

About

Angular dashboard sample application with nodejs REST backend integration

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 51.4%
  • HTML 34.1%
  • CSS 14.5%