Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trasherdk/sass-static-template
https://github.com/trasherdk/sass-static-template
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/trasherdk/sass-static-template
- Owner: trasherdk
- Created: 2021-09-09T05:51:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T05:55:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T21:09:43.754Z (over 1 year ago)
- Size: 423 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
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