Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

rishighan/rishighan.com

Repository files navigation

rishighan.com

This is the code for rishighan.com's frontend

  • react 16.10.2
  • redux 6.0.0
  • redux-thunk 2.3.0
  • react-router 4.3.1
  • connected-react-router 6.3.2
  • webpack 4.29.3 configured with "@babel/core": "^7.2.2"
  • Support for async/await

Local development

  1. nvm i 10.15.0 && nvm use 10.15.0
  2. Spin up the local node server using npm run dev
  3. Run webpack while watching for file changes using npm run hot