Skip to content

Cedar-Creatives/email-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s# Bootstrap 5 Simple Starter

This is a simple boilerplate for creating and customizing Bootstrap websites. Just run the watch command and customize Bootstrap by changing the variable values.

Usage

Install dependencies:

npm install

This will install Bootstrap, Sass and Font Awesome.

Compile Sass

To build your CSS files from Sass, run:

npm run sass:build

Watch Sass

To watch your Sass files for changes, run:

npm run sass:watch

To customize, add the Bootstrap variables to the bootstrap.scss file. You can look at the file node_modules/bootstrap/dist/scss/_variables.scss for a list of all the variables. Do NOT edit the variables.scss file directly, as it will be overwritten when you update Bootstrap.

To add your own custom styles, use the styles.scss file.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors