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

https://github.com/careydevelopment/admin-console

An Angular admin console using Bootstrap
https://github.com/careydevelopment/admin-console

angular bootstrap5

Last synced: about 2 months ago
JSON representation

An Angular admin console using Bootstrap

Awesome Lists containing this project

README

          

![Carey Development Logo](http://careydevelopment.us/img/branding/careydevelopment-logo-sm.png)

# Carey Development Admin Console

![license](https://img.shields.io/badge/license-MIT-blue.svg)

This is an ongoing project that demonstrates how to build an admin console with Angular and Bootstrap.

Each lesson is a separate branch. The latest state of the whole project is in the master branch.

## Dependencies
DON'T FORGET TO INSTALL THE DEPENDENCIES! You can do that easily by opening a command prompt, going to
the directory where this project is located, and typing:

```
npm install
```

That's it. That should do it.

If you're still having issues, you might need to blow away everything in the node_modules directory
run npm install again.

## All the Guides
If you're interested in following the guides, just view the
careydevelopmentadmin
tag on the Carey Development website. Note that all lessons are in reverse chronological order
so if you want to start at the beginning, go to the last page.

## License
This code is under the [MIT License](https://github.com/careydevelopment/admin-console/blob/master/LICENSE).