netlify-cms-react-starter/README.md
2017-02-02 18:00:02 +00:00

887 B

An Almost Static Stack

An Almost Static Stack

This repo serves as a companion to the tutorial of the same name, over on Medium.

Getting started

git clone https://github.com/superhighfives/an-almost-static-stack.git
cd an-almost-static-stack
yarn install // Don't have yarn? npm install works too
yarn start // Or npm start

Once you're ready to deploy, run:

yarn build // or npm run build
surge -p build

Voila!

create-react-app

It was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.