https://github.com/uvacoder/purecss-template
https://github.com/uvacoder/purecss-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/uvacoder/purecss-template
- Owner: Uvacoder
- Created: 2022-11-02T03:47:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T19:00:45.000Z (over 1 year ago)
- Last Synced: 2025-01-24T05:43:25.619Z (about 1 year ago)
- Language: HTML
- Homepage: https://uvacoder.github.io/purecss-template/
- Size: 213 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PureCSS-Template
My template for #PureCSS project
## Contains
- sass
- browser-sync
- compile sass using node-sass
## Getting Started
```
$ git clone git@github.com:purecss-co/purecss-template.git
$ cd
$ rm -rf ./.git && rm -rf ./README.md
$ npm install
$ npm run serve
```
## Available Command
List all available command
| Command | Description |
| ------------- | :---------------------------------------: |
| npm run serve | Serving project at http://localhost:3000 |
| npm run watch | Watch all files for changes and recompile |
## Contributing
If you spot any errors, typos or missing information, please submit a pull request.