This is the repo for my blog micro site Live here. I'll be using this for both tech and personal blogs.
This blog site has been built using create-react-app and the typescript template it provides. Along with this, the npm packages used are:
styled-components: CSS-in-js npm package
react-router-dom: for routing the site
styled-theming: switching between dark and light themes (solarized coming later).
gh-pages: hosting the site on github.com
- clone the repo
- run
npm i
- run
npm start