![An Almost Static Stack](https://i.imgur.com/NStGYap.jpg) # An Almost Static Stack This repo serves as a companion to the [tutorial of the same name, over on Medium](https://medium.com/superhighfives/). ## Getting started ``` shell 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, run: ``` shell yarn build surge -p build ``` Voila! If you're not into [Yarn](https://yarnpkg.com/), `npm install`, `npm start` and `npm run build` all work as well. ## create-react-app It was bootstrapped with [Create React App](https://github.com/facebookincubator/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](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).