Jinksi / hyperstatic

A not-so-static site boilerplate.
https://hyperstatic.netlify.com
11 stars 1 forks source link
boilerplate react static-site

🍉 HyperStatic

A not-so-static site boilerplate:

Netlify Status 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.