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.
- Node version >10 installed
- Package manager either
npm
oryarn
(recommended) installed - Clone the repository to your local
- Install the dependencies by running
yarn
ornpm install
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
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.