No description
Find a file
2017-11-18 12:46:38 +10:00
content Update Pages “about-page” 2017-11-12 23:15:33 +00:00
functions Add resized-image support and add example 2017-11-12 14:36:06 +10:00
public Merge branch 'netlify-cms' 2017-11-18 12:46:38 +10:00
src Merge branch 'netlify-cms' 2017-11-18 12:46:38 +10:00
.eslintrc Update deps && eslintrc 2017-10-02 17:02:44 +10:00
.gitignore parse-markdown 2017-10-13 08:20:26 +10:00
.nvmrc Add .nvmrc 2017-10-13 08:21:56 +10:00
netlify.toml Add netlify.toml 2017-11-17 07:42:40 +10:00
package.json Merge branch 'netlify-cms' 2017-11-18 12:46:38 +10:00
README.md Add Netlify Deploy button 2017-11-17 07:45:50 +10:00
sw-precache-config.js Extend sw-precache file globs 2017-11-17 07:43:08 +10:00
yarn.lock Add resized-image support and add example 2017-11-12 14:36:06 +10:00

🍉 HyperStatic

A not-so-static site boilerplate:

  • Create React App for simplicity
  • Styled Components for component-based css
  • React Router for routing (v4)
  • React Helmet for document titles, descriptions, meta
  • React Snapshot for pre-rendering to static html so it works without Javascript

Standard - JavaScript Style Guide

Deploy to Netlify

Get going

git clone https://github.com/jinksi/hyperstatic.git
cd hyperstatic
yarn install
yarn start

Build

yarn build

This will generate static html files for each route into the ./build directory. Ready for deployment!

Thanks

Originally forked from superhighfives/an-almost-static-stack. Check this out if you want a similar starting point for your own project.

Bootstrapped with Create React App.