Deployed @ 13/07: alurakut-brunagil.vercel.app
- Use Create Next App;
- Create components with React using styled-components;
- Organize the folders of our project;
- Pass properties to components;
- Deploy the project in Vercel.
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example with-styled-components with-styled-components-app
# or
yarn create next-app --example with-styled-components with-styled-components-app
Deploy the example using Vercel: