Skip to content

Commit 8074eb2

Browse files
committed
Specify create-react-app parameters.
Add the --scripts-version option to specify my custom @igetgames/spectacle-react-scripts package.
1 parent 65cb80e commit 8074eb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 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)
22

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

55
* [Getting Started](#getting-started) – How to create a new app.
66
* [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.
@@ -10,7 +10,7 @@ Create React apps with no build configuration.
1010
```sh
1111
npm install -g create-react-app
1212

13-
create-react-app my-app
13+
create-react-app my-app --scripts-version @igetgames/spectacle-react-scripts
1414
cd my-app/
1515
npm start
1616

@@ -42,7 +42,7 @@ npm install -g create-react-app
4242
To create a new app, run:
4343

4444
```sh
45-
create-react-app my-app
45+
create-react-app my-app --scripts-version @igetgames/spectacle-react-scripts
4646
cd my-app
4747
```
4848

0 commit comments

Comments
 (0)