@mohssineaboutaj/grid-system
v1.1.0
Published
A simple grid system with 4 screen sizes (sm, md, lg, xl) based on bootstrap media query sizes to make your design responsive with maximum media resolutions
Downloads
2
Maintainers
Readme
Grid System / Developer Guide
This is a README for developers & contributers
Developement
To develope this project you need to use npm or yarn
install dependencies
npm install
or yarn install
Run Dev Server ( with reload )
npm start
or yarn start
if the browser doesn't open automaticly open this url localhost:3000
Build
Build css
npm run build:css
or yarn build:css
than you can find the build files in /css
Build docs
npm run build
or yarn build
License
MIT @mohssineAboutaj