Dan Abramov
a52b697d1e
Enable watch implicitly unless on CI ( #533 )
...
Fixes #532
2016-09-01 17:25:21 +01:00
Dan Abramov
67fe75926a
Update Jest ( #530 )
...
* Update Jest
* Remove default snapshot test
* Fix a few things
* Add a simple default test
* App.spec.js -> App.test.js
* Fix e2e test
* Bump Jest
2016-09-01 02:08:27 +01:00
William Horton
250605fa8f
Use most recent React version ( #477 )
...
* Get latest version numbers of react and react-dom from npm before install.
* Run separate npm installs for react, react-dom, and react-test-renderer.
* Consolidate into a single npm install.
* Fix misplaced parenthesis, add missing semicolon.
* Add missing semicolon.
2016-08-25 11:32:11 +01:00
Rifat Nabi
e26b8d9f88
Creating a new app in the current directory ( #368 )
...
* Creating a new app in the current directory
* Fixed style mistakes
2016-08-07 21:05:58 -07:00
Christoph Pojer
0e5abada75
Add Jest. ( #250 )
2016-08-02 00:22:33 +01:00
Dan Abramov
9a4e9678ad
Add some newlines to the console output
2016-07-26 12:11:16 +01:00
Dan Abramov
dfecfea6ba
Unroll indirection in paths ( #191 )
2016-07-25 22:45:27 +01:00
Kevin Lacker
511668c538
fix cdpath bug
2016-07-24 22:16:28 -07:00
Dan Abramov
458d3f9eb1
Provide instructions on publishing GH Pages ( #162 )
...
* Provide instructions on GH Pages deploy
* Add docs for GH Pages deployment
* Prevent incorrect paths in file-loader
* Minor message tweaks
* Update README.md
* Fix relative paths
2016-07-25 00:55:59 +01:00
Keyan Zhang
76935de8e2
Explicitly specify ESLint config path for editor plugins in package.json ( #149 )
...
* explicitly specify ESLint config path for editor plugins
* changed to use single quote
2016-07-24 22:19:58 +01:00
Nathan Verni
e3954981ea
Adds .gitignore file to default template ( #79 )
...
* Adds .gitignore file to default template
* Simplify renames
* Reference npm issue in comment
* Removing leading slash
2016-07-22 13:14:52 -07:00
eanplatter
ad2550f70e
Recursively copy the template folder ( #74 )
...
* Recursively copy the template folder
* add fs-extra library
2016-07-22 06:42:46 -07:00
Dan Abramov
938ff9daa6
Misc fixes for Windows ( #60 )
2016-07-21 16:44:57 +01:00
Dan Abramov
e0558bc4c6
Use a single script ( #57 )
...
It is easier to add more scripts later this way.
2016-07-21 15:02:27 +01:00
eanplatter
a6edb523a8
Add README to generated project. ( #33 )
...
* Add README to generated project
* add logo.svg
* syntax cleanup
2016-07-21 05:05:41 +01:00
Kevin Lacker
43bc64fac2
update misc docs + copy
2016-07-19 14:08:41 -07:00
Christopher Chedeau
862900d94f
s/create-react-app-scripts/react-scripts/
2016-07-18 15:17:59 -07:00
Christopher Chedeau
8989a08b68
Copy files instead of moving them during init
2016-07-18 15:17:58 -07:00
eanplatter
bc18c18e02
wrap eject around prompt ( #12 )
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
Max
f9fe9ff942
Move index.html to root folder
2016-07-18 15:17:57 -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
d2130d2b3e
Tweak wording and make package.json scripts less obnoxious
2016-07-18 15:17:56 -07:00
Christopher Chedeau
614b2dbec4
random fixes + license
2016-07-18 15:17:56 -07:00
Dan Abramov
b0c1f22458
Ensure dependencies exist in package.json
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