https://github.com/hoangdloc/luke-website
My personal project about social networking
https://github.com/hoangdloc/luke-website
axios react-helmet react-hook-form react-router-dom reactjs redux-persist redux-toolkit storybook tailwindcss
Last synced: about 1 month ago
JSON representation
My personal project about social networking
- Host: GitHub
- URL: https://github.com/hoangdloc/luke-website
- Owner: hoangdloc
- License: mit
- Created: 2023-09-29T17:33:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T16:48:52.000Z (over 2 years ago)
- Last Synced: 2025-07-20T07:42:41.690Z (11 months ago)
- Topics: axios, react-helmet, react-hook-form, react-router-dom, reactjs, redux-persist, redux-toolkit, storybook, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 276 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Typescript Vite Boilerplate with ESlint
## Setup
```bash
// Install all dependencies
yarn
// Install husky
yarn prepare
// Run project on dev environment
yarn dev
```