This is the first version of my personal portfolio website, built with React and hosted on Netlify.
You can view the live site here: https://v1.anuragsawant.in/
Clone the repository:
git clone https://github.com/annuraggg/portfolio-v1.git
cd portfolio-v1
Install the dependencies:
npm install
To start the development server, run:
npm start
Open http://localhost:3000 to view it in the browser.
To create a production build, run:
npm run build
This will generate optimized static files in the build directory. Available Scripts In the project directory, you can run:
- npm start - Runs the app in development mode.
- npm test - Launches the test runner.
- npm run build - Builds the app for production.
- npm run eject - Ejects the Create React App configuration.
This project is licensed under the MIT License. See the LICENSE file for details.
This project was bootstrapped with Create React App.