Skip to content
View rath3r's full-sized avatar
Block or Report

Block or report rath3r

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rath3r/README.md

Rath3r

This is the frontend main page of rath3r.com.

TLDR A React app using TypeScript

Design Decisions

This site has gone through many interations. Languages and frameworks used have ranged from jQuery to React. The backend language of choice was for a long time PHP but JS has usurped its position.

The current iteration is an attempt to keep current and to use more effectively the stack which I use professionally. The main site of the ROH is a React frontend served from an Express configured server side rendered app.

For this site I have chosen to use NextJs after an overly arduce attempt to configure a nodemon dev server.

Installation

The output of npx create-next-app nextjs-blog --ts has been copied on top of the existing app.

Dependencies

I'm trying to keep at "node": "lts" using NVM which is 16.13.1.

Pinned Loading

  1. rath3r rath3r Public

    Frontend site for rath3r.com

    TypeScript

  2. rath3r.github.io rath3r.github.io Public

    rath3r.github.io repo

    HTML

  3. rath3rapi rath3rapi Public

    The datasource for rath3r.com

    JavaScript

  4. adventofcode adventofcode Public

    TypeScript