Coder Social home page Coder Social logo

impresscms-theme-bootup's Introduction

HTML Boilerplate Starter Theme

A modern, HTML starter theme. It comes out of the box with NPM, Gulp.js, Bootstrap 4 and jQuery.

Installation

Just clone the repo and run npm install in the root to install all the dependencies.

Folder structure

root
│   .gitignore          # folders and files ignored by git
│   README.md           # readme file
│   package.json        # all npm dependencies  
│   gulpconfig.json     # paths for gulp
│   gulpfile.js         # gulp tasks
│   index.html          # main index file      
│   package-lock.json   # automatically generated by npm   
│   rev-manifest.json   # automatically generated by gulp-rev
└───dist              
│   └───fonts           # fonts
│   └───images          # compressed images
│   └───scripts         # main.js and vendor.js minified
│   └───styles          # compiled and minified stylesheets
└───node_modules
└───vendor              # bootstrap and jquery files
└───src
    └───fonts           # all your fonts go here
    └───images          # all your images go here
    └───scripts         # main.js for your custom js code
    └───styles          # all your sass files go here

How to use

  1. gulp watch - compile assets during development
gulp watch
  1. gulp prod - compile assets for distribution
gulp prod
  1. gulp distclean - delete all files in the dist folder
gulp distclean
  1. gulp copy-assets - copy all bootstrap and jquery files to vendor
gulp copy-assets

License

GNU General Public License 3.0 [GPL 3.0] https://www.gnu.org/licenses/gpl-3.0.en.html

impresscms-theme-bootup

The base Twitter Bootstrap theme for ImpressCMS

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.