- 05 Mar, 2017 2 commits
-
-
Ryan Platte authored
* Update now.sh deployment instructions. Incorporates changes announced at https://zeit.co/blog/now-static that streamline Now deployments from CRA projects. * Remove unintentional reference to deployed app. No emergency; just didn't intend to tout or send traffic to my prototype.
-
Ade Viankakrisna Fadlil authored
* Add docs for apache's client side routing setting * Tweak advice
-
- 02 Mar, 2017 1 commit
-
-
Dan Abramov authored
-
- 01 Mar, 2017 1 commit
-
-
Myk Klemme authored
-
- 27 Feb, 2017 1 commit
-
-
Ryan Sullivan authored
-
- 24 Feb, 2017 8 commits
-
-
sbritoig authored
* adding a note on how to resolve "Could not find a required file." deployment errors because of deleted or ignored files * Tweak * Unrelated style nits
-
Charlie Gleason authored
* Added a how-to on react-snapshot Added a section with a short description and link to a tutorial on generating static html pages with react-snapshot, and also linked to it from the section on managing the page title. * Updated link title for react-snapshot overview * Explained pre-rendering in a more generic way * Added link to top level README.md, and removed specifics from overview * Updated html -> HTML * Updated quotes and apostrophes * html -> HTML * Fix link
-
myappincome authored
Add documentation for customizing Bootstrap theme
-
Bond authored
* Document debugging in the browser. * Styling
-
Dan Abramov authored
-
Joe Woodhouse authored
* Add note about when to import bootstrap CSS. * Tweak
-
SBrown52 authored
* Update flow configuration documentation The documentation was missing creating the .flowconfig file * Update flow configuration documentation Adding in suggested changes * Wording * Wording
-
Michael DeRazon authored
* add a comment about NODE_ENV value set to 'production' during build step https://github.com/facebookincubator/create-react-app/issues/790#issuecomment-281986264 * Move words around
-
- 22 Feb, 2017 1 commit
-
-
Alexander James Phillips authored
* Add note for using CHOKIDAR_USEPOLLING in virtual machines to enable HMR * Use br in react-scripts template README md * Use br in md for new line breaks * Update troubleshooting HMR to allow for VMs running Windows * Fix up the instructions
-
- 16 Feb, 2017 1 commit
-
-
Mohammad Kermani authored
Update links to jest expect function.
-
- 15 Feb, 2017 2 commits
-
-
Alessandro Burato authored
-
kiran ps authored
-
- 13 Feb, 2017 1 commit
-
-
Alessandro Burato authored
* update CSS preprocessor instructions - Windows shell users should note that running two programs simultaneously is not supported. * fix the order of SASS build step - the suggested build step with integrated CSS preprocessing is wrong. The SASS preprocessor should run first, then the react-scripts build will pick the up-to-date final CSS * Add tweaks from PR discussion
-
- 12 Feb, 2017 6 commits
-
-
Dan Abramov authored
* Tweak syntax doc * Shorter version
-
Joe Haddad authored
-
Toni Petrina authored
-
Roman Rubas authored
* added how to disable autoprefix feature in doc * Just link to the doc
-
Jonathan Conway authored
* reactjs/redux#2004 List features beyond ES6 supported by create-react-app * Add more info
-
Dimitris Tsironis authored
* Add SASS support documentation #1007 * Change SASS section title to more generic label * Fix link in Table of Contents * Chain build-css with watch-css script, fix typos * Update Sass and Less naming style * Fix wording, remove offensive words * Slightly rewite
-
- 11 Feb, 2017 3 commits
-
-
Blaine Kasten authored
* Suggest jest-enzyme for simplifying test matchers * Update README.md * Update README.md
-
Dan Abramov authored
-
Dan Abramov authored
-
- 10 Feb, 2017 2 commits
-
-
Joe Haddad authored
* Add Advanced Configuration section * Reference package.json instead * Add HOST, HTTPS, and CI * Switch wording from Amazon to a CDN * Add test runner comment * Add top-level README link * Simplify wording * Link to relevant docs * Link to apps * Add .env link * Simpler links * Add a CI flag note
-
Thibault Derousseaux authored
* Fix paths in CSS files when homepage is set to "./" In the production build, ExtractTextPlugin is used to generate a separate CSS file instead of injecting style through JavaScript. This plugin does not work well by default with nested output structure. To fix it, we give it a relative publicPath pointing to the build folder. * Add section in README to explain how to make builds deployable anywhere * Apply review requested change * Apply review changes 2
-
- 09 Feb, 2017 2 commits
-
-
Calvin Webster authored
* clarifying the use of custom environment variables * Tweak
-
RodrigoHahn authored
Updated README.md to refer to the current rebranding.
-
- 04 Feb, 2017 2 commits
- 26 Jan, 2017 1 commit
-
- 24 Jan, 2017 1 commit
-
-
Alex Driaguine authored
* Added Rails link to User Guide * docs: unify sections for rails and node backend integration * docs: fix faulty link and indentation
-
- 23 Jan, 2017 1 commit
-
-
Vasiliy Taranov authored
* Add causes of dev server not detecting changes Add causes of `npm start` not detecting changes to Troubleshooting chapter of User Guide * Reworded slightly * Update README.md
-
- 30 Dec, 2016 3 commits
-
-
Paul O’Shannessy authored
-
Christian Raidl authored
-
Johnny Magrippis authored
-
- 13 Dec, 2016 1 commit
-
-
MUA authored
* Adds note on how to resolve file or directory not found errors for heroku deployments * Style tweaks
-