1.2.6 β€’ Published 2 months ago

react-emotion-starter v1.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

React-Emotion-Starter

This starter provides a minimal setup for creating a react application.

πŸ‘‰ View Demo and Document

Quick Start

npx react-emotion-starter my-app
cd my-app
npm run dev # or yarn dev

Tech Stack

  • React, TypeScirpt, Emotion, Recoil, Tanstack-Query
  • React Router, ESLint, Prettier, Vite, I18next

Folder Structure

src
β”œβ”€ apis          # API calls
β”œβ”€ assets        # Static assets
β”œβ”€ components    # Reusable components
β”œβ”€ constants     # Reusable constants
β”œβ”€ hooks         # Custom hooks
β”œβ”€ interfaces    # Type definitions
β”œβ”€ locales       # Localization
β”œβ”€ pages         # Page components
β”œβ”€ routes        # Routes configuration
β”œβ”€ states        # Global states
β”œβ”€ styles        # Global styles
└─ utils         # Utility functions

Common Components

components
└─shared
  β”œβ”€ input         # Button, Input, Select, TextArea, TextField
  β”œβ”€ layout        # Box, Flex, Grid
  β”œβ”€ media         # Icon, Image, Svg
  β”œβ”€ navigation    # Link, NavLink, Pagination
  └─ typography    # Label, Heading, Paragraph, Text

License

MIT License

Author

Github: one-chance Email: woody.front@gmail.com

1.2.6

2 months ago

1.2.5

3 months ago

1.2.4

3 months ago

1.2.3

3 months ago

1.2.2

3 months ago

1.2.0

3 months ago

1.2.1

3 months ago

1.1.12

3 months ago

1.1.11

3 months ago

1.1.10

3 months ago

1.1.9

3 months ago

1.1.8

3 months ago

1.1.7

3 months ago

1.1.6

3 months ago

1.1.5

3 months ago

1.1.4

3 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.1.1

3 months ago

1.1.0

3 months ago