Git Product home page Git Product logo

bootstrapdash / staradmin-free-bootstrap-admin-template Goto Github PK

View Code? Open in Web Editor NEW
1.4K 73.0 652.0 124.11 MB

A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!

License: MIT License

CSS 27.77% JavaScript 8.21% HTML 54.48% SCSS 9.54%
star-admin admin template templates dashboard dashboards dashboard-templates bootstrap bootstrap4 bootstrap-admin-theme

staradmin-free-bootstrap-admin-template's Introduction

StarAdmin-Free-Bootstrap-Admin-Template

Star Admin is a free responsive admin template built with Bootstrap 4. The template has colorful, attractive yet simple and elegant design. The template is well crafted, with all the components neatly and carefully designed and arranged within the template.

Star Admin is packed with all the features that fit your needs but not cramped with components you would not even use. It is an excellent fit to build admin panels, e-commerce systems, project management systems, CMS or CRM.

Although the template has a design like none other, it is easily customizable to suit your requirements. Star Admin comes with a clean and well-commented code that makes it easy to work with the template. Thus making it an ideal pick for jump starting your project.

Demo


N|Solid

Credits:

  • Bootstrap 4
  • Font Awesome
  • jQuery
  • Gulp
  • Chart.js
  • Google Maps
  • Perfect Scrollbar

Browser Support:

StarAdmin is designed to work flawlessly with all the latest and modern web browsers.

  • Chrome (latest)
  • FireFox (latest)
  • Safari (latest)
  • Opera (latest)
  • IE10+

License Information:


Star Admin is released under MIT license. Star Admin is a free Bootstrap 4 admin template developed from BootstrapDash. Feel free to download it, use it, share it, get creative with it.

How to use Star Admin?


0 - Install node-gyp package. If you dont know installation steps, please click here

1 - Click the Clone or Download button in GitHub and download as a ZIP file or you can enter the command git clone https://github.com/BootstrapDash/StarAdmin-Free-Bootstrap-Admin-Template.git in you terminal to get a copy of this template.

2 - After the files have been downloaded you will get a folder with all the required files

3 - Open your terminal (Run as Administrator). You can install all the dependencies in the template by running the command npm install. All the required files are in the node modules. If you didn't run with admin authorities, you can see errors.

4 - Find the file named index.html, check what all components you need. Open the file in a text editor and you can start editing.

5 - Now that your project has now kick-started, all you need to do now is to code, code, and code to your heart's content.

Note : If you use laravel-mix, please run all command with admin authorities.

How to Contribute?:


We love your contributions and we welcome them wholeheartedly. We believe the more the merrier. To contribute make sure you have a Node.js and npm installed. Now run the command gulp --version. If the command returns with the Gulp version number, it means you have Gulp installed. If not you need to run the command npm install --global gulp-cli to install Gulp.

Next

After Gulp has been installed, follow the steps below to contribute.
1 - Fork and clone the repo of Star Admin.
2 - Run the command npm install to install all the dependencies.
3 - Enter the command gulp serve. This will open Star Admin in your default browser.
4 - Make you valuable contribution
5 - Submit a pull request.

Go Premium!!


Do you need a template with more features and functionalities? Get more with our collection of the premium template with more plugins, eye catching animations, UI components, and sample pages all fitting together with a high-quality design. Visit https://www.bootstrapdash.com for more admin templates.

staradmin-free-bootstrap-admin-template's People

Contributors

bootstrapdash-team avatar fabulumar avatar fathimalinsak avatar haydar avatar jyothishmozilor avatar webtoffee-git avatar weijiechai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

staradmin-free-bootstrap-admin-template's Issues

Bootstrap modal not working with this template

I use a simple bootstrap modal from bootstrap 4.0 documentation, when I show the modal, modal is not visible and transparent layer will prevent me to click anywhere on the page.

This is the code of my modal:

<div class="modal fade" id="modal_komplain" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
	<div class="modal-dialog" role="document">
		<div class="modal-content">
			<div class="modal-header">
				<h5 class="modal-title" id="exampleModalLabel">Komplain</h5>
				<button type="button" class="close" data-dismiss="modal" aria-label="Close">
					<span aria-hidden="true">&times;</span>
				</button>
			</div>
			<div class="modal-body">
				<div class="text-center"><?=dom_img_spinner?></div>
			</div>
			<div class="modal-footer">
				<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
				<button type="button" class="btn btn-primary">Save changes</button>
			</div>
		</div>
	</div>
</div>

Issue with similar menu names

The class "active" is added to similar names on expansible menus.
If you got a menu item like: "Sections" and another link like "Related Sections" on 2 differents expansibles menus, when you open the first, the class "active" is also set to the second.

main.js size is more than 28mb

i buillt an angular app with this template but i find out that everytime i import scss file the size of main.js is increasing. can anyone help me please

icons not showing

After download the code.

%/src/demo_1/pages/icons/font-awesome.html

(icons not showing)

Migrating to BS 5

Supporting BS5 should be easy using this sed-upgrade.sh

<script src="https://gist.github.com/papyr/e44519bfcd83d2fcf2943b4ed58d2f4e.js"></script>
set -x
set -e
# e.g. folder to process e.g. "frontend/"
migration_folder=$1
find_regex=".*/*.tsx?" # mach all .ts and .tsx files
# include trailing path "/" in folder parameter: e.g "frontend/" instead of just "frontend"
ignore_path="*/$1node_modules/*"
# Back up your files or change sed argument -i to -i.bak to generate backup files
find $migration_folder -regextype posix-egrep -regex $find_regex -type f -not -path $ignore_path | xargs sed -i -E '/[(class)(")]/{
  s/([mp])l(-[0-5])/\1s\2/g
  s/([mp])r(-[0-5])/\1e\2/g
  s/no-gutters/g-0/g
  s/ close / btn-close /g
  s/arrow/popover-arrow/g
  s/arrow/popover-arrow/g
  s/left(-[0-9]*)/start\1/g
  s/right(-[0-9]*)/end\1/g
  s/(float|border|rounded|text)-left/\1-start/g
  s/(float|border|rounded|text)-right/\1-end/g
  s/font-weight(-[a-zA-Z]*)/fw\1/g
  s/font-style(-[a-zA-Z]*)/fst\1/g
}'

RTL Version

How should I make template RTL? I saw it was RTL compatible!

Question about license

hi, can I use this free admin template for commercial projects
example: I'm making a Laravel e-commerce application using this admin template, and I want to sell on codecanyon. Is there no future problem regarding license?

no index.html

it doesn't create a index.html file even though it is supposed to and installed correctly.
here is the log:
`npm install
npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated [email protected]: jvectormap is not maintened since Aug 2015. You can use jvectormap-next or jqvmap instead.
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated [email protected]: Critical bug fixed in v3.0.1, please upgrade to the latest version.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: This module relies on Node.js's internals and will break at some point. Do not use it, and update to [email protected].
npm WARN deprecated [email protected]: Critical bug fixed in v2.0.1, please upgrade to the latest version.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Critical bug fixed in v3.0.1, please upgrade to the latest version.
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js

[email protected] install path/node_modules/node-sass
node scripts/install.js

Cached binary found at /root/.npm/node-sass/4.12.0/linux-x64-72_binding.node

[email protected] postinstall/ path/node_modules/core-js
node scripts/postinstall || echo "ignore"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:

https://opencollective.com/core-js
https://www.patreon.com/zloirock

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

[email protected] postinstall /path/node_modules/node-sass
node scripts/build.js

Binary found at /path/node_modules/node-sass/vendor/linux-x64-72/binding.node
Testing binary
Binary is fine
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 730 packages from 714 contributors and audited 6626 packages in 33.239s
found 6 vulnerabilities (1 low, 1 moderate, 4 high)
run npm audit fix to fix them, or npm audit for details
`

What goes wrong?

Text wrapping in a table

Hello, I need to make the text wrap in the table, but I do not know where to remove white-space: nowrap;

How to rebuild the styles?

Hi, nice to found this awesome template.

I try to use Bootstrap Modal, but found something wrong with the style. So, I trying to update Bootstrap version to 4.5.2, but I don't know how to rebuild the template styles.

Can anyone tell me how to do that?

Thanks in advance

node_modules in repo

There are node_modules directory in master branch and .DSstore file (OS X system file).
You should use .gitignore and remove mentioned files from repo

Collapsed Sidebar

Would like to Know ho to create a Collapsed Sidebar for my main content to be enlarged on screen and the sidebar menu to be Shrinked.

Installation error: python2 not found

Error line: gyp verb which failed Error: not found: python2

...
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb which failed Error: not found: python2
gyp verb which failed at getNotFoundError (D:_Template try\StarAdmin\node_modules\which\which.js:13:12)
gyp verb which failed at F (D:_Template try\StarAdmin\node_modules\which\which.js:68:19)
gyp verb which failed at E (D:_Template try\StarAdmin\node_modules\which\which.js:80:29)
gyp verb which failed at D:_Template try\StarAdmin\node_modules\which\which.js:89:16
gyp verb which failed at D:_Template try\StarAdmin\node_modules\isexe\index.js:42:5
gyp verb which failed at D:_Template try\StarAdmin\node_modules\isexe\windows.js:36:5
gyp verb which failed at FSReqWrap.oncomplete (fs.js:152:21)
gyp verb which failed python2 { Error: not found: python2
gyp verb which failed at getNotFoundError (D:_Template try\StarAdmin\node_modules\which\which.js:13:12)
gyp verb which failed at F (D:_Template try\StarAdmin\node_modules\which\which.js:68:19)
gyp verb which failed at E (D:_Template try\StarAdmin\node_modules\which\which.js:80:29)
gyp verb which failed at D:_Template try\StarAdmin\node_modules\which\which.js:89:16
gyp verb which failed at D:_Template try\StarAdmin\node_modules\isexe\index.js:42:5
gyp verb which failed at D:_Template try\StarAdmin\node_modules\isexe\windows.js:36:5
gyp verb which failed at FSReqWrap.oncomplete (fs.js:152:21)
gyp verb which failed stack: 'Error: not found: python2\n at getNotFoundError (D:\_Template try\StarAdmin\node_modules\which\which.js:13:12)\n at F (D:\_Template try\StarAdmin\node_modules\which\which.js:68:19)\n at E (D:\_Template try\StarAdmin\node_modules\which\which.js:80:29)\n at D:\_Template try\StarAdmin\node_modules\which\which.js:89:16\n at D:\_Template try\StarAdmin\node_modules\isexe\index.js:42:5\n at D:\_Template try\StarAdmin\node_modules\isexe\windows.js:36:5\n at FSReqWrap.oncomplete (fs.js:152:21)',
gyp verb which failed code: 'ENOENT' }
gyp verb check python checking for Python executable "python" in the PATH
gyp verb which failed Error: not found: python
gyp verb which failed at getNotFoundError (D:_Template try\StarAdmin\node_modules\which\which.js:13:12)
gyp verb which failed at F (D:_Template try\StarAdmin\node_modules\which\which.js:68:19)
gyp verb which failed at E (D:_Template try\StarAdmin\node_modules\which\which.js:80:29)
gyp verb which failed at D:_Template try\StarAdmin\node_modules\which\which.js:89:16
gyp verb which failed at D:_Template try\StarAdmin\node_modules\isexe\index.js:42:5
gyp verb which failed at D:_Template try\StarAdmin\node_modules\isexe\windows.js:36:5
gyp verb which failed at FSReqWrap.oncomplete (fs.js:152:21)
gyp verb which failed python { Error: not found: python
gyp verb which failed at getNotFoundError (D:_Template try\StarAdmin\node_modules\which\which.js:13:12)
gyp verb which failed at F (D:_Template try\StarAdmin\node_modules\which\which.js:68:19)
gyp verb which failed at E (D:_Template try\StarAdmin\node_modules\which\which.js:80:29)
gyp verb which failed at D:_Template try\StarAdmin\node_modules\which\which.js:89:16
gyp verb which failed at D:_Template try\StarAdmin\node_modules\isexe\index.js:42:5
gyp verb which failed at D:_Template try\StarAdmin\node_modules\isexe\windows.js:36:5
gyp verb which failed at FSReqWrap.oncomplete (fs.js:152:21)
gyp verb which failed stack: 'Error: not found: python\n at getNotFoundError (D:\_Template try\StarAdmin\node_modules\which\which.js:13:12)\n at F (D:\_Template try\StarAdmin\node_modules\which\which.js:68:19)\n at E (D:\_Template try\StarAdmin\node_modules\which\which.js:80:29)\n at D:\_Template try\StarAdmin\node_modules\which\which.js:89:16\n at D:\_Template try\StarAdmin\node_modules\isexe\index.js:42:5\n at D:\_Template try\StarAdmin\node_modules\isexe\windows.js:36:5\n at FSReqWrap.oncomplete (fs.js:152:21)',
gyp verb which failed code: 'ENOENT' }
gyp verb could not find "python". checking python launcher
gyp verb could not find "python". guessing location
gyp verb ensuring that file exists: C:\Python27\python.exe
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack at PythonFinder.failNoPython (D:_Template try\StarAdmin\node_modules\node-gyp\lib\configure.js:483:19)
gyp ERR! stack at PythonFinder. (D:_Template try\StarAdmin\node_modules\node-gyp\lib\configure.js:508:16)
gyp ERR! stack at D:_Template try\StarAdmin\node_modules\graceful-fs\polyfills.js:284:29
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:152:21)
gyp ERR! System Windows_NT 10.0.17134
gyp ERR! command "C:\Program Files\nodejs\node.exe" "D:\_Template try\StarAdmin\node_modules\node-gyp\bin\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd D:_Template try\StarAdmin\node_modules\node-sass
gyp ERR! node -v v8.11.4
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
Build failed with error code: 1
npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Andrew\AppData\Roaming\npm-cache_logs\2019-04-20T11_07_58_096Z-debug.log
PS D:_Template try\StarAdmin>

Can't open modals from code behind

I saw this is a common problem, I am used to open them from codebehind using an hidden button and a small piece of jscript, like this:

<button type="button" style="display: none;" id="btnModal" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#modalRegole">Launch demo modal</button>

<script type="text/javascript">
        function ShowModal() {
            $("#btnModal").click();
        }
    </script>

and this code behind call: ClientScript.RegisterStartupScript(Me.GetType(), "alert", "ShowModal();", True)

This works on all my other bootstrap project except the one where i'm using sb admin template.
I need to edit what the modal will show by changing its components texts and visibility and I don't know how to do this without using code behind. So I don't want to open them using attributes data-toggle and data-target.

Any help? Thanks

scss not showing

Hi

I have setup and installed the theme, but in chrome th scss wont show.
it works fine in Safari.

any ideas?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.