No description
Find a file
2017-02-02 18:05:18 +00:00
public Initial commit 2017-02-02 17:51:24 +00:00
src Initial commit 2017-02-02 17:51:24 +00:00
.gitignore Initial commit 2017-02-02 17:51:24 +00:00
package.json Initial commit 2017-02-02 17:51:24 +00:00
README.md Update README.md 2017-02-02 18:05:18 +00:00
yarn.lock Initial commit 2017-02-02 17:51:24 +00:00

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
yarn start

Once you're ready to deploy to Surge, run:

yarn deploy

Voila!

If you're not into Yarn, npm install, npm start and npm run deploy all work as well.

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.