Update README.md

This commit is contained in:
Charlie Gleason 2017-02-02 18:05:18 +00:00 committed by GitHub
parent 3fef44f587
commit c3628590cb

View file

@ -13,16 +13,15 @@ yarn install
yarn start
```
Once you're ready to deploy, run:
Once you're ready to deploy to [Surge](https://surge.sh), run:
``` shell
yarn build
surge -p build
yarn deploy
```
Voila!
If you're not into [Yarn](https://yarnpkg.com/), `npm install`, `npm start` and `npm run build` all work as well.
If you're not into [Yarn](https://yarnpkg.com/), `npm install`, `npm start` and `npm run deploy` all work as well.
## create-react-app