An open API service indexing awesome lists of open source software.

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

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/` |