by RocketSeat
To see layout created by Rocketseat team, click on badge below:
- UI Faces: to follow suggestions (user images);
- VS Code Faker: VS Code plugin to generate random names, etc.
- Icons:
yarn start
: Runs the app in the development modeyarn build
: Build the application to deploy;
- I use theme to set colors (
src/assets/styles/themes/defaultTheme.tsx
) - I use
sprite.svg
to store icons and useIcon
component to show icons;