Commit Graph

1693 Commits

Author SHA1 Message Date
Christopher Chedeau
30d4e9cd66 Add end to end test 2016-07-18 15:17:57 -07:00
eanplatter
bc18c18e02 wrap eject around prompt (#12) 2016-07-18 15:17:57 -07:00
Jonny Buchanan
5afb14a07b Strip comments from the production build (#5)
* Strip comments from the production build

* Add screw_ie8 options to UglifyJsPlugin
2016-07-18 15:17:57 -07:00
Keyan Zhang
b109536326 fixed cli bin path (#8) 2016-07-18 15:17:57 -07:00
Dan Abramov
c5928def7d Add Acknowledgments to README 2016-07-18 15:17:57 -07:00
Jonny Buchanan
27fa8c82dc Fix running npm install from create-react-app command and init script on Windows (#6) 2016-07-18 15:17:57 -07:00
Jonny Buchanan
a00e1e6dd3 Use opn to open the default browser in a cross-platform way (#4) 2016-07-18 15:17:57 -07:00
Dan Abramov
4fe3544f5b Tweak HTML generation 2016-07-18 15:17:57 -07:00
Dan Abramov
9a98851622 Use rimraf as it handles edge cases 2016-07-18 15:17:57 -07:00
Max
f9fe9ff942 Move index.html to root folder 2016-07-18 15:17:57 -07:00
Max
6cc901b9ad Implement index.html to src folder 2016-07-18 15:17:57 -07:00
Max
86bdbf967c Fix contributing instructions 2016-07-18 15:17:57 -07:00
Dan Abramov
074dd63323 Wordsmith 2016-07-18 15:17:57 -07:00
Dan Abramov
4d11e6a6d1 npm install on graduation 2016-07-18 15:17:56 -07:00
Christopher Chedeau
07ad9b02f2 Open url in Chrome if app is already opened 2016-07-18 15:17:56 -07:00
Christopher Chedeau
279d704f1b .
Summary:

Test Plan:

Reviewers:

CC:

Task ID: #
2016-07-18 15:17:56 -07:00
Dan Abramov
b29572ffa4 Add "files" whitelists to package.json 2016-07-18 15:17:56 -07:00
Dan Abramov
cb0ada7a00 Make it work outside its own directory 2016-07-18 15:17:56 -07:00
Dan Abramov
2987cc69b9 Get graduate working 2016-07-18 15:17:56 -07:00
Dan Abramov
4b4a8a155d Separate index.css and App.css 2016-07-18 15:17:56 -07:00
Dan Abramov
d2130d2b3e Tweak wording and make package.json scripts less obnoxious 2016-07-18 15:17:56 -07:00
Dan Abramov
6825ecca82 Wordsmith 2016-07-18 15:17:56 -07:00
Dan Abramov
f661a62f4b Wordsmith 2016-07-18 15:17:56 -07:00
Christopher Chedeau
ec5e284f43 Make it fit in one line 2016-07-18 15:17:56 -07:00
Christopher Chedeau
75e197be39 Make default app look less sketchy 2016-07-18 15:17:56 -07:00
Christopher Chedeau
614b2dbec4 random fixes + license 2016-07-18 15:17:56 -07:00
Dan Abramov
760d32e891 New README 2016-07-18 15:17:55 -07:00
Christopher Chedeau
dc6b0f46e1 initial version of export-scripts
I have no tested it :)
2016-07-18 15:17:55 -07:00
Christopher Chedeau
2c80f43f26 Tweak README with the new naming + add instructions 2016-07-18 15:17:55 -07:00
Christopher Chedeau
9642700a32 add npm run create-react-app alias 2016-07-18 15:17:55 -07:00
Dan Abramov
b0c1f22458 Ensure dependencies exist in package.json 2016-07-18 15:17:55 -07:00
Christopher Chedeau
c172eb917a save dev and remove no longer needed index.html file 2016-07-18 15:17:55 -07:00
Christopher Chedeau
6987b80937 Make the end to end install flow work :)) 2016-07-18 15:17:55 -07:00
Christopher Chedeau
714971cccc Move all the scripts to the scripts/ folder and use them from the scripts section of package.json 2016-07-18 15:17:55 -07:00
Christopher Chedeau
f0c3888779 .
Summary:

Test Plan:

Reviewers:

CC:

Task ID: #
2016-07-18 15:17:55 -07:00
Dan Abramov
d0c25cb725 Support statics 2016-07-18 15:17:55 -07:00
Dan Abramov
bac207bde5 Use devtool: eval for speed and reload on change 2016-07-18 15:17:55 -07:00
Christopher Chedeau
2305bf2397 Initial version of the global cli
Test Plan:

```
npm pack
node global-cli/index.js testing --scripts-version /Users/vjeux/random/react-getting-started/create-react-app-scripts-0.0.1.tgz
```

make sure it shows

```
Creating the app testing at /Users/vjeux/random/react-getting-started/testing
```
2016-07-18 15:17:55 -07:00
Dan Abramov
9800d05316 Add linting and nicer output 2016-07-18 15:17:55 -07:00
Dan Abramov
2badb45121 Explain what it is 2016-07-18 15:17:54 -07:00
Dan Abramov
86fa5b3f78 Add some "basic" configuration 2016-07-18 15:17:54 -07:00
Christopher Chedeau
9c72b8137c Initial commit with webpack and css/autoprefixer working 2016-07-18 15:17:54 -07:00
Christopher Chedeau
003d9e7b52 Initial commit 2016-07-18 15:17:49 -07:00