React + Typescript Boilerplate with Vite
This is a boilerplate for React Project using Atomic Design with generator
-
Start project with this Templante
-
Install dependencies with
yarn
ornpm install
-
run
yarn dev
ornpm run dev
-
Configure Project Name in
./package.json
-
Configure Project Title in
./index.html
-
Configure Theme Styles in
src/styles/constants
-
Configure Global Styles in
src/styles/global.ts
-
Configure Theme in
src/styles/themes/default.ts
-
Rename
.env.example
to.env
and change API address (if necessary) -
Change README.md
-
Change Screen Example in
./assets/screen.png
-
Run:
yarn gen
ornpm run gen
in terminal -
Follow the instructions
Axios
Immer
React Hook Form
React Hot Toast
Styled Components
Styled Media Query
Zod
Zustand
Plop
📌 Tips: for easier navigation by github, consider installing the Octotree plugin