patrickleet / streaming-ssr-react-styled-components

5 part tutorial teaching how to build a streaming ssr react styled components application with Parcel and Docker, as well as how to static render and host with nginx instead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

streaming-ssr-react-styled-components

Learn how this boilerplate was created with my tutorials on HackerNoon!

UPDATE: Sorry everyone, the Hackernoon formatting got messed up in the import, and I THINK they are all fixed now - can you please point out to me if something is not?

Just in case...

You can find the original versions of the articles on Medium with the original formatting at the following links:

Sorry for the inconvenience in tracking these down!

tl;dr;

Developing with Docker

# setup only needs to be run once
make setup

make install
make dev

Developing Locally

npm i
npm run dev

About

5 part tutorial teaching how to build a streaming ssr react styled components application with Parcel and Docker, as well as how to static render and host with nginx instead.


Languages

Language:JavaScript 87.4%Language:Dockerfile 5.6%Language:Shell 4.4%Language:HTML 1.8%Language:Makefile 0.7%