Skip to content

Commit

Permalink
Specify create-react-app parameters.
Browse files Browse the repository at this point in the history
Add the --scripts-version option to specify my custom @igetgames/spectacle-react-scripts package.
  • Loading branch information
marcusrbrown committed Feb 8, 2017
1 parent 65cb80e commit 8074eb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spectacle Create React App [![Build Status](https://travis-ci.org/igetgames/spectacle-create-react-app.svg?branch=@igetgames/master)](https://travis-ci.org/igetgames/spectacle-create-react-app)

Create React apps with no build configuration.
Create React presentation apps using [Spectacle](http://formidable.com/open-source/spectacle/) with no build configuration.

* [Getting Started](#getting-started) – How to create a new app.
* [User Guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md) – How to develop apps bootstrapped with Create React App.
Expand All @@ -10,7 +10,7 @@ Create React apps with no build configuration.
```sh
npm install -g create-react-app

create-react-app my-app
create-react-app my-app --scripts-version @igetgames/spectacle-react-scripts
cd my-app/
npm start

Expand Down Expand Up @@ -42,7 +42,7 @@ npm install -g create-react-app
To create a new app, run:

```sh
create-react-app my-app
create-react-app my-app --scripts-version @igetgames/spectacle-react-scripts
cd my-app
```

Expand Down

0 comments on commit 8074eb2

Please sign in to comment.