Gulp

To start your project run:
gulp

The gulp command will build, serve and watch the project with the following gulp tasks:

TaskAction
cleanDelete the following directories:
public/assets/css
public/assets/js
public/vendors // packages which are included in vendors.json
public/**/*.html
styleCompiles scss/theme.scss and generates theme.css, theme.min.css, theme-rlt.css, theme-rtl.min.css and theme.css.map, theme.min.css.map, theme-rlt.css.map, theme-rtl.min.css.map to the public/assets/css/ directory.
scriptConcat the js files from src/js/ and transpiles with babel to theme.js, theme.min.js to the public/assets/js/ directory.
compileCompiles all the js,scss,pugfiles from the src directory.
vendorRuns vendor:clean and vendor:move in series.
vendor:cleanDelete the vendors from public/vendors directory which are included in vendors.json.
vendor:moveCopies the vendors from node_modules/ directory to public/vendors directory according to the vendors.json.
watchAll of the following folders are monitored for changes, which will tell the browser to reload automatically after any changes are made:
public/assets/img
public/assets/fonts
public/assets/video
public/vendors/
src/pug 
src/scss
src/js
buildWill delete previous build directory and generate a new compressed version to deploy
build/assets/img
build/assets/fonts
build/assets/video
build/assets/css
build/assets/js
build/vendors/
build/**/*.html
build:testWill run the build version in port:3000

Thank you for creating with Falcon |
2021 © Themewagon

v3.3.0

Settings

Set your own customized style

Color Scheme

Choose the perfect color mode for your app.


RTL Mode

Switch your language direction

RTL Documentation

Fluid Layout

Toggle container layout system

Fluid Documentation

Navigation Position

Select a suitable navigation system for your web application


Vertical Navbar Style

Switch between styles for your vertical navbar

See Documentation

Like What You See?

Get Falcon now and create beautiful dashboards with hundreds of widgets.

Purchase
customize