To get started with this project, follow the steps below:
-
Clone the repository:
git clone https://github.com/TheAntiFlash/react-portfolio.git
-
Navigate to the project directory:
cd react-portfolio -
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit
http://localhost:5173to see the application.
In the project directory, you can run the following scripts:
npm run dev: Starts the development server.npm run build: Builds the application for production.npm run serve: Serves the production build locally.
To learn more about React and Vite, check out the following resources:
- React Documentation
- Vite Documentation
- @vitejs/plugin-react Documentation
- @vitejs/plugin-react-swc Documentation
This project is licensed under the MIT License. See the LICENSE file for more information.