Skip to content

Modern front-end boilerplate using many cool features and technologies to aid in the development.

Notifications You must be signed in to change notification settings

CodeShareEducation/firefront-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FireFront Boilerplate

Modern front-end boilerplate using many cool features and technologies to aid in the development.

Stack

How to use

First, you'll need to install NodeJS if you don't have it already, then fork this repository, enter it and run:

npm install

Wait for the dependencies to install and enjoy a modern front-end workflow!!! xD

Working with the boilerplate

You'll work only in the src directory. There you'll create all your .jade, .styl, .js files and put your images.

While you're developing just run:

gulp serve

This will create .html, .css, .js files and copy images to the app directory and watch for changes when you're developing your app.

When you finish your app, just run:

gulp build

or

gulp

This will create your final app with minified .html and image files, a minified main.css file and a minified main.js file in dist directory.

Changelog

Check the CHANGELOG file!

Sample Page

In the src directory there's a sample page using .jade and .styl! You can use it for a starting point or you can delete it and create your own files!!! BE FREE!

I wish that this boilerplate can help you in your daily tasks!!!

If you want to help this project, FORK it and make a PULL REQUEST!!!

About

Modern front-end boilerplate using many cool features and technologies to aid in the development.

Resources

Stars

Watchers

Forks

Packages

No packages published