Skip to content

🎺 A minimal and simple boilerplate for web projects. Using Bootstrap 4 and Sass, building with Gulp.

Notifications You must be signed in to change notification settings

edjansantos/minimal-web-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Web Boilerplate

A minimalistic and simple boilerplate for web projects. Using Bootstrap 4 and Sass, built with Gulp.

Setup

  1. Make sure you have node and npm [node e npm] installed (https://nodejs.org/en/download/):
node -v && npm -v
  1. Install the global dependencies:
npm i gulp -g
  1. Install the local dependencies:
npm i

Use

Run

  • Run with the below command:
npm start

Watch

  • Watch changes with the below command:
npm run watch

License

The code is available under the [MIT license].