Update README.md

This commit is contained in:
Charlie Gleason 2017-02-02 18:03:39 +00:00 committed by GitHub
parent 6a5620befc
commit 57ef35f3c4

View file

@ -9,8 +9,8 @@ This repo serves as a companion to the [tutorial of the same name, over on Mediu
``` shell
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
yarn install
yarn start
```
Once you're ready to deploy, run:
@ -19,8 +19,11 @@ Once you're ready to deploy, run:
yarn build // or npm run 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).