-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97a0a59
commit 2df5bcc
Showing
2 changed files
with
32 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,39 @@ | ||
# [scss](https://sass-lang.com/documentation)-template | ||
# SCSS Template for starting a new project | ||
|
||
[SCSS Dcoumentation](https://sass-lang.com/documentation) | ||
|
||
- Open your terminal and type | ||
|
||
- Open your terminal and type | ||
|
||
git clone https://github.com/mdmarufsarker/scss-basic-template.git | ||
|
||
- Go inside this directory | ||
|
||
cd scss-template | ||
|
||
- Install npm packages | ||
|
||
npm i | ||
|
||
- Run the compiler | ||
|
||
npm run compile:scss | ||
|
||
### Congratulations, you are done. | ||
npm start | ||
|
||
- Open your scss file and start coding | ||
|
||
src/scss/style.scss | ||
|
||
- Right click on the index.html file and open with live server to see the changes | ||
|
||
## Congratulations, you are done 💌 | ||
|
||
### If you like this template, please give a star 🌟 | ||
|
||
#### 🌐 Connect with me ~ | ||
|
||
[![Behance](https://img.shields.io/badge/Behance-1769ff?logo=behance&logoColor=white)](https://behance.net/mdmarufsarker) | ||
[![Facebook](https://img.shields.io/badge/Facebook-%231877F2.svg?logo=Facebook&logoColor=white)](https://facebook.com/mdmarufsarkerr) | ||
[![Instagram](https://img.shields.io/badge/Instagram-%23E4405F.svg?logo=Instagram&logoColor=white)](https://instagram.com/md_maruf_sarker) | ||
[![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?logo=linkedin&logoColor=white)](https://linkedin.com/in/mdmarufsarker) | ||
[![Pinterest](https://img.shields.io/badge/Pinterest-%23E60023.svg?logo=Pinterest&logoColor=white)](https://pinterest.com/md_maruf_sarker) | ||
[![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?logo=Twitter&logoColor=white)](https://twitter.com/md_marufsarker) | ||
[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?logo=YouTube&logoColor=white)](https://www.youtube.com/c/MdMarufSarkerOfficial) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters