https://github.com/v-poc/vite-react-resume-poc
The simple resume demo playground based on React with Vite - (react+vite2).
https://github.com/v-poc/vite-react-resume-poc
react react-hooks react-hooks-react-router-dom-vite2 react-hooks-react-router-vite2 react-hooks-router react-resume react-resume-vite2 react-router-dom react-vite react-vite2 vite vite2
Last synced: 2 months ago
JSON representation
The simple resume demo playground based on React with Vite - (react+vite2).
- Host: GitHub
- URL: https://github.com/v-poc/vite-react-resume-poc
- Owner: v-poc
- License: mit
- Created: 2021-03-01T17:48:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T06:12:37.000Z (about 3 years ago)
- Last Synced: 2025-01-21T15:50:04.742Z (4 months ago)
- Topics: react, react-hooks, react-hooks-react-router-dom-vite2, react-hooks-react-router-vite2, react-hooks-router, react-resume, react-resume-vite2, react-router-dom, react-vite, react-vite2, vite, vite2
- Language: JavaScript
- Homepage:
- Size: 485 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# vite-react-resume-poc
## INTRODUCTION
The simple resume demo based on React with Vite - (react-hooks+react-router+vite2).
> This demo is for Vite 2.x and onward.
>
> The mobile-first responsive-UI is also fit for desktop web.
>
> Currently JavaScript version only, will provide TypeScript codebase in next major version.
>
> The old class coding style is in [early commit](https://github.com/bluepower/vite-react-resume-poc/tree/460780283ca303f253b2d1eded0dfc0c3b2d12e5).## Project setup
### How to setup your project
```
npm install
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
About vite, please check Configuration Reference - [vite](https://vitejs.dev/config/).
## License