Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.03 KB

Personal Website

Personal website of Sarath built using React & hooks. It is a progressive web application which means that you can continue accessing the site once loaded even if your network is disconnected.

Setup & Pre-requisites

  • Node version >10 installed
  • Package manager either npm or yarn (recommended) installed
  • Clone the repository to your local
  • Install the dependencies by running yarn or npm install

Start the application

You can start the application using commands yarn start or npm start It runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

It has hot reloading option enabled so the page will reload if you make edits. You will also see any lint errors in the console.

To test the production build of the application. Run the command yarn build and start the application using yarn start

Guidelines

Feel free to fork, copy the styles or use it in your own personal website. Connect with me if you need any help in doing so.