Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 450 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 450 Bytes

Progress so far:

  • Added Semantic-UI for styling.
  • Added a common Layout with a header.
  • Added Header UI.
  • Added sidebar.
  • Can query a single post by ID.

Pending:

  • Add UI for showing list of blog posts.
  • Add UI for rendering a single post.
  • UI and layout for about me page.

Issues Faced:

  • Hot-reload on error scenario throws "out of stack space" error in windows Used --max-old-space-size=4096 along with the node command. (Unverified)