https://github.com/rafibomb/cmcode
A really cool component
https://github.com/rafibomb/cmcode
beans rice rutabegas
Last synced: 8 months ago
JSON representation
A really cool component
- Host: GitHub
- URL: https://github.com/rafibomb/cmcode
- Owner: rafibomb
- Created: 2020-05-09T17:14:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:53:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T17:49:09.163Z (9 months ago)
- Topics: beans, rice, rutabegas
- Language: CSS
- Homepage:
- Size: 515 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Hi CM team!
I hosted a preview of this component here: [https://critical.netlify.app](https://critical.netlify.app)
Let me know if any questions come up!
hello@raficode.com# Project Starter Template
Welcome to my starter project template.
[](https://david-dm.org/zurb/foundation-zurb-template#info=devDependencies)
It has a Gulp-powered build system with these features:
- Handlebars HTML templates with Panini
- Sass compilation and autoprefixing
- JavaScript module bundling with webpack
- Built-in BrowserSync server
- For production builds:
- CSS compression
- JavaScript module bundling with webpack
- Image compression## Installation
To use this template, your computer needs:
- [NodeJS](https://nodejs.org/en/) (Version 12 recommended, tested with 12.16.3)
- [Git](https://git-scm.com/)1. **Download or clone the template.**
```bash
git clone git@github.com:rafibomb/gulp-sass-handlebars-template.git your_project_name
```2. If you cloned, return (skip this step) :) Else if you downloaded, unzip and rename the file to your project name.
3. Then open the folder in your command line:
```bash
cd your_project_name
```4. Install the needed dependencies:
```bash
yarn
```5. Run `yarn start` to run Gulp. Your compiled site will be created in a folder called `dist`, viewable at this URL:
```
http://localhost:8000
```You're ready to go!
---
To create compressed, production-ready assets, run `yarn run build`.
## Dev Dependencies
No 3rd party dependencies needed on this one.