0.0.1 • Published 3 years ago
@deutschkihun/ultimate-boilerplate v0.0.1
ultimate-boilerplate
this repository is a ultimate starter template for webpack,react,typescript and node.
https://www.npmjs.com/package/@deutschkihun/ultimate-boilerplate
How to start
Method 1: using npx
npx @deutschkihun/ultimate-boilerplate [your project name]
Method 2: using npm with git clone
git clone git@github.com:deutschkihun/ultimate-boilerplate.git
UI details for responsive web development
* Grid: 12 stages ( 1 x 12 or 2 x 6 or 3 x 4 or 4 x 3 or 6 x 2 or 12 x 1)
* Viewport: max-width -> 1920px or 100% (height: 1080px)
* Container (the largest width of content area): max-width: 1200px
* Offset: 360px (1200px + offset of both side = 1920px) and center
* Gutter: 30px (choose 30px,24px or 20px), space between 2 different columns
* Columns: max-width: 72px
* media-query: tablet-device (480px - 768px), mobile (under 480px), desktop(over 768px)
* margins: custom
deployed url: https://deutschkihun-ultimate-boilerplate.netlify.app/