An open API service indexing awesome lists of open source software.

https://github.com/uvacoder/purecss-template


https://github.com/uvacoder/purecss-template

Last synced: about 1 month ago
JSON representation

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.