Skip to content

A simple boilerplate to start the frontend of projects using gulp and Bootstrap 3

License

Notifications You must be signed in to change notification settings

dorianneto/frontend-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend-boilerplate

A simple boilerplate to start the frontend of projects using gulp and Bootstrap 3.

Stack

  • HTML5
  • CSS3
  • Javascript
  • gulp
  • Less

Setup

Requirements

  • Node ">=6.11.0"
  • npm ">= 5.5"
  • gulp ">= 1.2.2"

Clone the repository

OSX & Linux

git clone --depth 1 https://github.com/dorianneto/frontend-boilerplate.git && cd frontend-boilerplate && rm -rf .git && git init

Windows

git clone --depth 1 https://github.com/dorianneto/frontend-boilerplate.git && cd frontend-boilerplate && rd /s /q .git && git init

Dependencies

npm run start

Develop

npm run dev

Features

gulp plugins:

npm scripts:

  • npm run build: builds source files and copy to dist directory
  • npm run server: runs a locally server with browserify (only to preview)

ROADMAP

  • Substitute gulp for Webpack
  • Substitute Less for SASS or Stylus
  • Creates a directory to configurations
  • Creates a npm script to build project to production environment

Have suggestions? Creates an issue with tag ROADMAP :D

Contribuing

I'm so excited that you want contribute with the project! Follow these recommendations.

Licence

MIT

Designed with ❤️ by Dorian Neto

About

A simple boilerplate to start the frontend of projects using gulp and Bootstrap 3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published