Live demo - open
- React
- Typescript
- Styled components
We will use a kebab-case. Kebab case is a programming variable naming convention where a developer replaces the spaces between words with a dash.
Here are some examples of kebab case: component-name.tsx
and other-component.tsx
.
src/@types
- module declarationssrc/assets
- all mediasrc/components
- all componentssrc/theme
- theme configuration
- Clone repository
- Run
yarn
to install project dependencies. - Run
yarn start
to run dev server oryarn build
for production purposes.