Skip to content

ani4aniket/0.4.2-cssify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSSify

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.

Features

  1. Actively under development

Why CSSify?

Coming soon

Requirements

Some developer skills. ;)

Setup Guide Video

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

How to Use

Installation

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 

Usage

Combined server for entire application:

cd cssify/backend
npm run dev

Contributing

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.

License

MIT

About

Application for making custom CSS frameworks :D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.9%
  • JavaScript 46.1%
  • HTML 2.5%
  • Shell 0.5%