Install project dependencies
yarn install
Launch the app, it will become available at http://localhost:3000
yarn dev
- xxx
- xxx
- xxx
├──
.vscode
— VSCode settings including code snippets, recommended extensions etc
├──
public
— Static assets such as robots.txt, index.html etc
├──
src/assets
— Static assets
├──
src/components
— React public components
├──
src/hooks
— React public hooks
├──
src/pages
— Application and page (screen) components
├──
src/routes
— Application routes components
├──
src/theme
— External connection service
├──
src/utils
— Utility functions
Tailwind CSS IntelliSense
https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss Prettier - Code formatter
https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode&ssr=false#overview EditorConfig for VS Code
https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig