Tired of using Bootstrap/Bulma, but don't want to scaffold a whole bunch of CSS on your own? CSSify to the rescue - make your own CSS framework!
Reference of this project has been taken from https://modernizr.com/download
This project was bootstrapped with Create React App.
- Actively under development
Coming soon
Some developer skills. ;)
We went ahead and put all the installation steps into a video! You can watch the CSSify Setup Guide here -
https://www.youtube.com/watch?xyz
Use the package manager npm to install CSSify.
For the server:
git clone <path/to/git>
cd cssify/backend
npm install
For the client
git clone <path/to/git>
cd cssify/client
npm install
Combined server for entire application:
cd cssify/backend
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.