Skip to content

Commit

Permalink
doc updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmarufsarker committed Oct 28, 2022
1 parent 97a0a59 commit 2df5bcc
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 12 deletions.
40 changes: 30 additions & 10 deletions README.md
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)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "",
"main": "index.js",
"scripts": {
"compile:scss": "node-sass ./scss/style.scss -o ./ -w"
"start": "node-sass ./scss/style.scss -o ./ -w"
},
"keywords": [],
"author": "",
"author": "Md. Maruf Sarker",
"license": "ISC",
"dependencies": {
"node-sass": "^7.0.1"
Expand Down

0 comments on commit 2df5bcc

Please sign in to comment.