cwrap-framework
v0.1.0-alpha.202411221516
Published
Candy Wrapper (CWrap) is an open microframework for web developers and those learning web development.
Downloads
1,671
Readme
Candy Wrapper
Candy Wrapper (CWrap) is a microframework for web developers and those learning web development. Its key features include:
- 👶 Low entry level, making it accessible for beginners
- ✨ Automatic CSS generation
- 🔍 Autocompletion for faster coding
- 👀 Preview-based manipulation for real-time feedback
Installation
npx cwrap-framework@latest
Running
cd your-project-directory
npm start
Building
To build the project, run the following command:
npm run build
Deploying
To deploy static content to GitHub Pages, go to the Actions tab in your GitHub repository and run the "Deploying static content to GH Pages" workflow.
Example build: https://villager88.github.io/cwrap-framework/
Note
CWrap is in very early alpha development, and some features are still in progress. It is intended for familiarizing yourself with the framework and providing feedback.