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
- Host: GitHub
- URL: https://github.com/careydevelopment/admin-console
- Owner: careydevelopment
- License: mit
- Created: 2021-09-16T22:21:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T10:39:22.000Z (over 4 years ago)
- Last Synced: 2025-02-18T04:45:36.702Z (over 1 year ago)
- Topics: angular, bootstrap5
- Language: TypeScript
- Homepage:
- Size: 360 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Carey Development Admin Console

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).