This is a [React+TypeScript+SCSS] project bootstrapped with [create vite@latest]
If you want to clone this project, run git clone https://github.com/AsherJD-io/codeRED
First, download all dependencies in portfolio directory then run the development server:
npm install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:5173 with your browser to see the result.
You can start editing the page by modifying base.tsx. The page auto-reloads on file changes.
Any errors during build, appear in bash.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel (or oxc when used in rolldown-vite) for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules.
You can also install eslint-plugin-react-x and eslint-plugin-react-dom for React-specific lint rules:
Push build files to Github repo Simulate deployment on https://vercel.app to effect any changes before full deployment.