Uvacoder / purecss-template

Home Page:https://uvacoder.github.io/purecss-template/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <project-name>
$ cd <project-name>
$ 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.

About

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


Languages

Language:HTML 51.8%Language:SCSS 48.2%