Skip to content
This repository was archived by the owner on Oct 1, 2019. It is now read-only.
/ boilerplate Public archive

✒️ This boilerplate was built in order to aid in the process of creating static applications

License

Notifications You must be signed in to change notification settings

interaminense/boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

version license

This boilerplate was built in order to aid in the process of creating static applications.

I use:

  • NPM Scripts
  • GulpJS
  • Sass
  • Browsersync
  • Babel (new v2.0)

Version 2.0

  • Improving Structure Folders
  • Adding babel to compile es6
  • Planning better gulpfile.js

Getting Started

Install NodeJS and GulpJS

# Clone this repository
$ git clone git@github.com:interaminense/boilerplate.git

# install dependencies
$ npm install --save-dev

Folders and Files

├── README.md
├── src
│   ├── css
│   │   └── app.min.css
│   ├── scss
│   │   ├── lib
│   │   │   ├── components
|   |   |   |   └── _main.scss
│   │   │   └── settings
│   │   │       ├── _colors.scss
│   │   │       ├── _typography.scss
│   │   │       └── _variables.scss
│   │   └── app.scss
│   ├── js
│   │   └── app.min.js
|   ├── es6
│   │   ├── lib
│   │   └── app.js
│   ├── index.html
└── dist
    ├── css
    │   └── app.min.css
    ├── js
    │   └── app.min.js
    └── index.html

Tasks

  • gulp: start the project
  • gulp build: build the folder dist

About

✒️ This boilerplate was built in order to aid in the process of creating static applications

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published