- 28 Jun, 2017 1 commit
-
-
Dan Abramov authored
* Don't ask to install webpack for using Styleguidist * Update README.md
-
- 27 Jun, 2017 8 commits
-
-
Colin Galindo authored
-
Artem Sapegin authored
-
Maarten Hus authored
* Added instruction on how to install Prettier * Tweak style * Update README.md * Update README.md * Support JSX * Update README.md * Update README.md
-
Heng Li authored
-
Gabriel Aumala authored
In the section about npm run build fails in troubleshooting added more info about memory usage of the build script and a link to a tutorial for adding more swap space as a viable solution.
-
James Blight authored
* Update docs with WebSocket proxy information * Tweak wording
-
Brian Douglas authored
Due to many of the other examples in the README showing both `npm` and `yarn` commands. I have added an example of how to install a dependency using `yarn`.
-
Marius Wirtherle authored
* docs: added REACT_EDITOR to `Advanced Configuration` section * Update README.md * Update launchEditor.js
-
- 26 Jun, 2017 2 commits
-
-
Mateusz Zatorski authored
* add docs for setting up CircleCI for CRA * Reword
-
Jay V authored
* Adding link to tutorial on code splitting Link to tutorial on Code Splitting with React Router * Update README.md
-
- 18 Jun, 2017 2 commits
-
-
Andi N. Dirgantara authored
It should be `baz` instead of `bar` on last example.
-
Roman authored
* Update README.md Fix broken link to React Router documentation * Update README.md
-
- 12 Jun, 2017 2 commits
-
-
Khang Lu authored
- Call `npm run flow --init` won't create a .flowconfig file, it should be `npm run flow init`
-
Michael Shilman authored
-
- 08 Jun, 2017 1 commit
-
-
Alexandre Nicastro authored
-
- 04 Jun, 2017 1 commit
-
-
Norbert de Langen authored
* re-add storybook && update the documentation and links * Change to new documentation domain
-
- 02 Jun, 2017 1 commit
-
-
Ryan Sullivan authored
Removed Node v4 (CRA only supports Node >= 6)
-
- 31 May, 2017 1 commit
-
-
Rustem Kakimov authored
"ensuring that you web app" -> "ensuring that your web app"
-
- 29 May, 2017 1 commit
-
-
Lufty Wiranda authored
since CRA now use the latest version of Jest under the hood, `jest-enzyme` v3.2.0 is now working perfectly fine
-
- 26 May, 2017 1 commit
-
-
Mirza Joldic authored
Simplified steps for deploying app to `now` as a static site. No need to `serve` script in `package.json` file. As of May 15, 2017, all static deployments on `now` are free and unlimited.
-
- 24 May, 2017 1 commit
-
-
Dan Abramov authored
-
- 20 May, 2017 1 commit
-
-
Dan Abramov authored
* Disable host check if you don't use proxy * Add a way to opt out and document it
-
- 19 May, 2017 7 commits
-
-
Dan Abramov authored
-
Enguerran authored
s/adding-images-and-fonts/adding-images-fonts-and-files/
-
Kelly authored
* update readme with example of include path * Update README.md
-
Dan Abramov authored
* Hide React Storybook from the User Guide while it's incompatible * Update README.md
-
Alexander James Phillips authored
* Correct which .env. files are referenced in docs * Highlight this is not available until 1.0.0 * Formatting * Update README.md * Update README.md
-
Tharaka Wijebandara authored
* Add documentation about using code splitting * Revise docs a bit * Update README.md * Update README.md * Update README.md
-
Joe Haddad authored
* Uncomment merged PRs * Switch to br * Update some webpack links * Add a little about section for PWA * oops * fast on subsequent visits * Add manual proxy config instructions * hint package.json * Change to js for comments * Tune wording
-
- 17 May, 2017 1 commit
-
-
Jeffrey Posnick authored
* sw-precache-webpack-plugin, SW registration, manifest.json * Documentation + a few SW tweaks. * Added an unregister method, too, just in case. * More info for the READMEs. * Add minify to SWPrecacheWebpackPlugin config * Fix SWPrecacheWebpackPlugin typo * Fix file references in READMEmd * Add instructions for testing service-worker locally * Review feedback * Some additional PWA metadata * Use sw-precache-webpack-plugin v0.9.1 for node >=4.0.0 support * Review feedback. * Add manifest.json context in a comment. * Fix typo * Downgrade to sw-precache-webpack-plugin 0.9.1 * Hide changes in README until 1.0 * Hide changes in User Guide until 1.0 * Hide more docs
-
- 16 May, 2017 1 commit
-
-
Dan Abramov authored
* Ignore Moment.js locales by default * Update README.md
-
- 15 May, 2017 1 commit
-
-
Gabriel Aumala authored
* Support node scripts in BROWSER Modify OpenBrowser.js to run node scripts specified with the BROWSER environment variable . If the value of the BROWSER environment variable ends with '.js' a child process is spawned to execute the script with node.js. Any arguments passed to npm start are also passed to this script, as well as the url where the app is served. The command executed in the child process is: node <pathToScript> [OPTIONS] <url> Update User Guide. * Tweak code style * Pin dep * Comment out 0.10 docs
-
- 12 May, 2017 3 commits
-
-
Cesar Varela authored
-
Valerii Sorokobatko authored
* support different env configs. * fomrat code * Hide doc * Slightly rework the PR * Remove .env in default template * Use just one entry in the paths * Unify env.js and loadEnv.js * Oops, forgot these folks
-
Kelly authored
* update readme with fix from https://github.com/facebookincubator/create-react-app/issues/1939 * update with better globbing * added note * updating with a note and reverting previous changes * how about this? * refactor * added note about new files back in after verifying locally * spaces back in, sorry was my editor! * removed note about new files :) * added bullet about new files issue currently open on node-sass
-
- 04 May, 2017 1 commit
-
-
Scott Ranger authored
-
- 02 May, 2017 1 commit
-
-
David Ascher authored
* Fix instructions for serving with now Not sure if new, but the `--single` flag is now important. * Keep it shorter
-
- 01 May, 2017 2 commits
-
-
Lufty Wiranda authored
* Update README.md * Update README.md
-
Dan Abramov authored
* Suggest to create .eslintrc for IDE lint plugins * Update README.md * Update README.md
-