https://github.com/jkdevcode/portfolio_react
Jose's portfolio made with React Tailwind & Motion
https://github.com/jkdevcode/portfolio_react
motion portfolio react tailwindcss typescript
Last synced: 3 months ago
JSON representation
Jose's portfolio made with React Tailwind & Motion
- Host: GitHub
- URL: https://github.com/jkdevcode/portfolio_react
- Owner: jkdevcode
- Created: 2024-11-09T00:30:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T01:19:12.000Z (over 1 year ago)
- Last Synced: 2025-02-15T18:24:42.506Z (over 1 year ago)
- Topics: motion, portfolio, react, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Starter Kit: Basics 👨🏻💻
## 🚀 Project Structure
Inside of your React project, you'll see the following folders and files:
```text
/
├── public/
│ └── vite.svg
├── src/
│ ├── assets/
│ │ └── react.svg
│ ├── App.tsx
└── package.json
```
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:5173` |
| `npm run build` | Build your production site to `./dist/` |