My template for #PureCSS project
- sass
- browser-sync
- compile sass using node-sass
git clone [email protected]:purecss-co/purecss-template.git <project-name>
cd <project-name>
rm -rf ./.git && rm -rf ./README.md
npm install
npm run dev
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 |
npm run dev | Run serve and watch concurrently |
If you spot any errors, typos or missing information, please submit a pull request.