The CSS 100 Challenge implemented with styled-components. Next.js is used as the React framework.
npm install
npm start
Use this to generate boilerplate to start developing a new component
npm run build
This will generate the out
folder that can be deployed as a static site.