- 08 Jan, 2018 11 commits
-
-
Dan Abramov authored
-
Mae Capozzi authored
* Update README.md with a note that reminds users to prepend REACT_APP_ to their environment variables. * Based on #865, where Dan Abramov suggests the person who filed the issue create a PR with these changes. * Took the language from [Adding Custom Environment Variables](https://github.com/facebookincubator/create-react-app/tree/master/packages/react-scripts/template#adding-custom-environment-variables)
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
- 02 Jan, 2018 3 commits
-
-
Quentin Bahers authored
Replace `provide a lot value` with `provide a lot of value`.
-
Elie authored
-
Christian Danielsen authored
* use safer/more aesthetic syntax * fix typo
-
- 18 Dec, 2017 1 commit
-
-
Amadeo Gallardo authored
The launch configuration code provided is not compatible with VSCode since version 1.19. The proposed documentation change is based on the response by a VSCode team member. References: https://github.com/facebookincubator/create-react-app/issues/3602#issuecomment-352075571 https://github.com/Microsoft/vscode/issues/40293#issuecomment-352017028
-
- 27 Nov, 2017 2 commits
-
-
Dan Abramov authored
-
Aaron Lamb authored
-
- 25 Nov, 2017 1 commit
-
-
Gavin Gilmour authored
-
- 19 Nov, 2017 1 commit
-
-
JANG SUN HYUK authored
-
- 15 Nov, 2017 1 commit
-
-
Jeffrey Posnick authored
-
- 14 Nov, 2017 1 commit
-
-
Matt Morgis authored
* docs: adding section about debugging tests * docs: removing node-inspector references * docs: replacing terminal command with npm script * Update README.md
-
- 03 Nov, 2017 3 commits
-
-
Loren Sands-Ramshaw authored
"subway" by itself is not a proper noun
-
Kenneth Auchenberg authored
* Add link to VS Code troubleshooting guide * Update README.md
-
Kenneth Auchenberg authored
-
- 02 Nov, 2017 1 commit
-
-
Ryan Swapp authored
Fixed a small grammatical issue that I noticed while browsing the README today
-
- 31 Oct, 2017 1 commit
-
-
Piotr authored
-
- 28 Oct, 2017 7 commits
-
-
Hrvoje Šimić authored
instead of using `&&` to run multiple commands in `package.json`, guide users to use `npm-run-all`
-
captDaylight authored
-
Kévin Dunglas authored
-
Ryan Sullivan authored
This resolves #3272.
-
Ryan Sullivan authored
Fixes #3284.
-
Aaron Shafovaloff authored
- 26 Oct, 2017 1 commit
-
-
Dan Abramov authored
It's confusing: https://mobile.twitter.com/brianleroux/status/923581596720013312 h/t @brianleroux
-
- 21 Oct, 2017 1 commit
-
-
Matt Phillips authored
-
- 19 Oct, 2017 1 commit
-
-
Josh Branchaud authored
The existing link lands on a 'this page has moved' placeholder that doesn't redirect to the correct location. This PR replaces it with the currently working URL.
-
- 17 Oct, 2017 2 commits
-
-
Joe Haddad authored
-
- 11 Oct, 2017 1 commit
-
-
André Ericson authored
-
- 29 Sep, 2017 1 commit
-
-
Petr Huřťák authored
Changed `<!doctype html>` to `<!DOCTYPE html>` According to the spec it should be uppercase (but parsing is case insensitive)
-