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

Latest commit

 

History

History
13 lines (7 loc) · 749 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 749 Bytes

static-react-boilerplate

yet another boilerplate...

Since gatsby and phenomic are too opinonated, and mostly geared towards blogs rather than more dynamic pages, I've created this repo to allow myself some more freedom.

The static rendering is based upon the great static site generator webpack plugin.

Routing is powered by version 4 of react-router.

There's no support for css built in yet. So feel free to use whatever you please.

The dev experience is mostly inspired by the awesome create-react-app.