https://github.com/trasherdk/sass-static-template
https://github.com/trasherdk/sass-static-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trasherdk/sass-static-template
- Owner: trasherdk
- Created: 2021-09-09T05:51:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T22:03:42.000Z (about 3 years ago)
- Last Synced: 2025-02-16T14:07:23.408Z (over 1 year ago)
- Size: 942 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sass-static-template
Copied from [5t3ph/sass-static-package.json](https://gist.github.com/5t3ph/077d788501508ea9f2eefda90c1473e0)
Found in [Build Tools and Extensions I Use In Front-End Projects](https://dev.to/5t3ph/build-tools-and-extensions-i-use-in-front-end-projects-2ko5)
## Project Structure
```sh
.
├── package.json
├── README.md
└── src
├── index.html
└── sass
└── style.scss
```
`npm start` - copies src files to dist/ and starts Browsersync server at localhost:3000
`npm run build` - copies files to dist/ and autoprefixes/minifies css