julianfresco / broen

A starter theme for admin dashboards in front-end frameworks. Demo:
https://julianfresco.github.io/broen
0 stars 0 forks source link

Broen Admin Dashboard Theme

A starter theme for admin consoles and dashboards, intended for use with component-based front-end frameworks such as AngularJS and React.

Broen is the Norwegian word for a bridge on a ship, the room or platform where a ship is controlled.

Broen

How to use Broen in a new project

To start a new project with Broen, first clone the repo then in your terminal:

First, make sure you have nodejs and npm installed, along with gulp and the sass ruby gem. Gulp and Sass are installed with these commands (added sudo because normally required):

# Install gulp then sass
sudo npm install gulp -g
sudo gem install sass

Finally, in your terminal, cd to the project and:

# Remove the broen repo (you'll want your own project + repo)
rm -rf .git
# Download packages
npm install
# Start livereload
gulp

Sass source files are found under ./src while the compiled css files are found under ./dist. If you desire to change the folder structure and still use the livereload, just update the configurations in config.project.json.

Sources

Uses my own livereload-starter

Influenced by: