1.Inspect this component on Sketch Cloud: Link
-
Use the provided HTML document. Work on creating a single component first using the design, and the included text file in the assets.
-
Style the component in style.css
-
Implement the rest of the components in the html.
-
Create a 3-column grid that distributes all of the components. Either use
display: grid
ordisplay: flex
. -
Use JS to compile the .md file into html.
This is a barebones development server that offers SASS compiling w/ Autoprefixer. It supports Browsersync for live reloads and interaction sync across browsers.
This version of the web starter kit removes some additional CSS that's typically included in the main Web Starter Kit.
This project includes a starter ITCSS structure complete with variables and normalization.
npm install
npm start
By default, the server will run at http://localhost:3000
.
You can access the Browsersync settings UI at http://localhost:3001
. This will enable you to activate settings such as:
- Network Throttle to simulate lower speed connections.
- Remote Debug for CSS including element outlines, depth outlining, and a grid overlay.