Free admin dashboard template with bulma css
https://mazipan.github.io/bulma-admin-dashboard-template/
- Install latest LTS version Nodejs in https://nodejs.org/en/download/
- Install all dependencies with :
npm install
- Run development mode :
npm run dev
- Open browser in :
localhost:4000/bulma-admin-dashboard-template/
- Before commit you can run :
npm run dist
- Dont forget to upgrade version in
package.json
, if you working to fixing bug then upgrade minor version 1.1.0 -> 1.1.1, if you are working in feature then upgrade major version 1.1.0 -> 1.2.0 - Your pull request are very welcome 🙏
If you'd like to contribute, head to the contributing guidelines. Inside you'll find directions for opening issues, coding standards, and notes on development.