Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastianmou/taskology_api
https://github.com/sebastianmou/taskology_api
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebastianmou/taskology_api
- Owner: SebastianMou
- Created: 2024-06-02T04:34:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T21:40:12.000Z (3 months ago)
- Last Synced: 2024-08-29T23:48:34.572Z (3 months ago)
- Language: CSS
- Size: 30 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# AdminKit PRO – Bootstrap 5 Admin Template
A professional Admin & Dashboard template based on Bootstrap 5 that comes with hundreds of UI components, forms, tables, charts, pages and icons. AdminKit does not require jQuery and neither does one of the 3rd party libraries AdminKit is using.
Thanks for buying. Navigate to `https://adminkit.io/docs` to get started.
## Quick start
The theme includes a custom Webpack file, which can be used to quickly recompile and minify theme assets while developing or for deployment. You'll need to install Node.js before using Webpack.
Once Node.js is installed, run npm install to install the rest of AdminKit's dependencies. All dependencies will be downloaded to the node_modules directory.
```sh
npm install
```Now you're ready to modify the source files and generate new dist/ files. AdminKit is using webpack and webpack-dev-server to automatically detect file changes and start a local webserver at http://localhost:8080.
```sh
npm start
```## Build tools
Start a local webserver at http://localhost:8080 and detect file changes:
```sh
npm start
```Automatically detect file changes without starting a local webserver:
```sh
npm run watch
```Compile, optimize, minify and uglify all source files to dist/:
```sh
npm run build
```## Support
We are here to answer any questions you may have about AdminKit. Email us at [email protected] and we'll respond as soon as we can.