ZwiebelnX / F-css-layout-homework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Layout Homework

Static page with dev server for GTB Advanced CSS and CSS Flexbox

Install dependencies

yarn install

If you use npm,

npm install

Start server

yarn start

If you use npm,

npm start

JS and CSS code lint in src/

yarn run lint

If you use npm,

npm run lint

Format JS and CSS files in src/

yarn run format

If you use npm,

npm run format

NOTE

Your committed code will be automatically format and check lint when submit

About


Languages

Language:HTML 64.8%Language:CSS 34.9%Language:JavaScript 0.3%