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
npx cwrap-framework@latest
cd your-project-directory
npm start
To build the project, run the following command:
npm run build
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/
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.