Skip to content

annuraggg/Portfolio-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio v1

This is the first version of my personal portfolio website, built with React and hosted on Netlify.

Demo

You can view the live site here: https://v1.anuragsawant.in/

Installation

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

This project was bootstrapped with Create React App.