git0 0.2.11 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (242) hide show
  1. package/docs/assets/js/c3a618e1.965a31da.js +1 -1
  2. package/docs/functions/index.html +2 -2
  3. package/docs-config/src/functions/index.md +1 -1
  4. package/package.json +2 -1
  5. package/readme.md +18 -30
  6. package/src/fm.js +1130 -0
  7. package/src/github-api.js +14 -15
  8. package/TypeScript-React-Starter/LICENSE +0 -21
  9. package/TypeScript-React-Starter/README-CRA.md +0 -1281
  10. package/TypeScript-React-Starter/README.md +0 -810
  11. package/TypeScript-React-Starter/package.json +0 -28
  12. package/TypeScript-React-Starter/public/favicon.ico +0 -0
  13. package/TypeScript-React-Starter/public/index.html +0 -31
  14. package/TypeScript-React-Starter/src/App.css +0 -24
  15. package/TypeScript-React-Starter/src/App.test.tsx +0 -8
  16. package/TypeScript-React-Starter/src/App.tsx +0 -23
  17. package/TypeScript-React-Starter/src/actions/index.tsx +0 -24
  18. package/TypeScript-React-Starter/src/components/Hello.css +0 -13
  19. package/TypeScript-React-Starter/src/components/Hello.test.tsx +0 -30
  20. package/TypeScript-React-Starter/src/components/Hello.tsx +0 -35
  21. package/TypeScript-React-Starter/src/constants/index.tsx +0 -6
  22. package/TypeScript-React-Starter/src/containers/Hello.tsx +0 -20
  23. package/TypeScript-React-Starter/src/index.css +0 -5
  24. package/TypeScript-React-Starter/src/index.tsx +0 -22
  25. package/TypeScript-React-Starter/src/logo.svg +0 -7
  26. package/TypeScript-React-Starter/src/reducers/index.tsx +0 -15
  27. package/TypeScript-React-Starter/src/types/index.tsx +0 -5
  28. package/TypeScript-React-Starter/tsconfig.json +0 -29
  29. package/TypeScript-React-Starter/tslint.json +0 -11
  30. package/TypeScript-React-Starter/yarn.lock +0 -4785
  31. package/svelte-nodegui/.all-contributorsrc +0 -60
  32. package/svelte-nodegui/.vscode/launch.json +0 -29
  33. package/svelte-nodegui/CHANGELOG.md +0 -153
  34. package/svelte-nodegui/LICENSE +0 -22
  35. package/svelte-nodegui/README.md +0 -151
  36. package/svelte-nodegui/demo/.editorconfig +0 -15
  37. package/svelte-nodegui/demo/.vscode/extensions.json +0 -3
  38. package/svelte-nodegui/demo/livereload.js +0 -29
  39. package/svelte-nodegui/demo/package-lock.json +0 -3514
  40. package/svelte-nodegui/demo/package.json +0 -35
  41. package/svelte-nodegui/demo/src/App.svelte +0 -29
  42. package/svelte-nodegui/demo/src/app.ts +0 -31
  43. package/svelte-nodegui/demo/tsconfig.json +0 -40
  44. package/svelte-nodegui/demo/webpack.config.js +0 -110
  45. package/svelte-nodegui/extras/assets/kitchen.png +0 -0
  46. package/svelte-nodegui/extras/assets/nodegui.png +0 -0
  47. package/svelte-nodegui/extras/assets/nodegui_white.png +0 -0
  48. package/svelte-nodegui/extras/assets/start_icon.png +0 -0
  49. package/svelte-nodegui/extras/legal/logo/thanks.md +0 -13
  50. package/svelte-nodegui/extras/legal/yode/LICENSE +0 -21
  51. package/svelte-nodegui/extras/legal/yoga/LICENSE +0 -0
  52. package/svelte-nodegui/extras/logo/nodegui-circle.png +0 -0
  53. package/svelte-nodegui/extras/logo/nodegui.png +0 -0
  54. package/svelte-nodegui/extras/logo/nodegui.svg +0 -4
  55. package/svelte-nodegui/nativescript-svelte-todo.gif +0 -0
  56. package/svelte-nodegui/package-lock.json +0 -1749
  57. package/svelte-nodegui/package.json +0 -44
  58. package/svelte-nodegui/repl-workers/bundler/commonjs.js +0 -58
  59. package/svelte-nodegui/repl-workers/bundler/index.js +0 -353
  60. package/svelte-nodegui/repl-workers/package-lock.json +0 -484
  61. package/svelte-nodegui/repl-workers/package.json +0 -21
  62. package/svelte-nodegui/repl-workers/rollup.config.js +0 -21
  63. package/svelte-nodegui/rollup.config.js +0 -81
  64. package/svelte-nodegui/scripts/create-pkg.js +0 -42
  65. package/svelte-nodegui/src/components/AsComponent.svelte +0 -16
  66. package/svelte-nodegui/src/components/SlotComponent.svelte +0 -4
  67. package/svelte-nodegui/src/components/Template.svelte +0 -10
  68. package/svelte-nodegui/src/components/Template.svelte.d.ts +0 -6
  69. package/svelte-nodegui/src/components/index.ts +0 -2
  70. package/svelte-nodegui/src/dom/index.ts +0 -132
  71. package/svelte-nodegui/src/dom/nativescript-vue-next/LICENCE +0 -21
  72. package/svelte-nodegui/src/dom/nativescript-vue-next/index.ts +0 -19
  73. package/svelte-nodegui/src/dom/nativescript-vue-next/runtime/index.ts +0 -21
  74. package/svelte-nodegui/src/dom/nativescript-vue-next/runtime/nodes.ts +0 -890
  75. package/svelte-nodegui/src/dom/nativescript-vue-next/runtime/registry.ts +0 -262
  76. package/svelte-nodegui/src/dom/nativescript-vue-next/runtime/runtimeHelpers.ts +0 -20
  77. package/svelte-nodegui/src/dom/react-nodegui/LICENSE +0 -21
  78. package/svelte-nodegui/src/dom/react-nodegui/src/components/AbstractComponents/RNAbstractButton.ts +0 -67
  79. package/svelte-nodegui/src/dom/react-nodegui/src/components/Action/RNAction.ts +0 -146
  80. package/svelte-nodegui/src/dom/react-nodegui/src/components/Action/index.ts +0 -37
  81. package/svelte-nodegui/src/dom/react-nodegui/src/components/AnimatedImage/RNAnimatedImage.ts +0 -76
  82. package/svelte-nodegui/src/dom/react-nodegui/src/components/AnimatedImage/index.ts +0 -45
  83. package/svelte-nodegui/src/dom/react-nodegui/src/components/BoxView/RNBoxView.ts +0 -99
  84. package/svelte-nodegui/src/dom/react-nodegui/src/components/BoxView/index.ts +0 -49
  85. package/svelte-nodegui/src/dom/react-nodegui/src/components/Button/RNButton.ts +0 -71
  86. package/svelte-nodegui/src/dom/react-nodegui/src/components/Button/index.ts +0 -49
  87. package/svelte-nodegui/src/dom/react-nodegui/src/components/CheckBox/RNCheckBox.ts +0 -71
  88. package/svelte-nodegui/src/dom/react-nodegui/src/components/CheckBox/index.ts +0 -50
  89. package/svelte-nodegui/src/dom/react-nodegui/src/components/ComboBox/RNComboBox.ts +0 -118
  90. package/svelte-nodegui/src/dom/react-nodegui/src/components/ComboBox/index.ts +0 -50
  91. package/svelte-nodegui/src/dom/react-nodegui/src/components/Dial/RNDial.ts +0 -69
  92. package/svelte-nodegui/src/dom/react-nodegui/src/components/Dial/index.ts +0 -41
  93. package/svelte-nodegui/src/dom/react-nodegui/src/components/GridView/GridColumn/RNGridColumn.ts +0 -95
  94. package/svelte-nodegui/src/dom/react-nodegui/src/components/GridView/GridColumn/index.ts +0 -49
  95. package/svelte-nodegui/src/dom/react-nodegui/src/components/GridView/GridRow/RNGridRow.ts +0 -141
  96. package/svelte-nodegui/src/dom/react-nodegui/src/components/GridView/GridRow/index.ts +0 -47
  97. package/svelte-nodegui/src/dom/react-nodegui/src/components/GridView/RNGridView.ts +0 -185
  98. package/svelte-nodegui/src/dom/react-nodegui/src/components/GridView/index.ts +0 -51
  99. package/svelte-nodegui/src/dom/react-nodegui/src/components/GridView/utils.ts +0 -59
  100. package/svelte-nodegui/src/dom/react-nodegui/src/components/Image/RNImage.ts +0 -135
  101. package/svelte-nodegui/src/dom/react-nodegui/src/components/Image/index.ts +0 -46
  102. package/svelte-nodegui/src/dom/react-nodegui/src/components/LineEdit/RNLineEdit.ts +0 -82
  103. package/svelte-nodegui/src/dom/react-nodegui/src/components/LineEdit/index.ts +0 -41
  104. package/svelte-nodegui/src/dom/react-nodegui/src/components/Menu/RNMenu.ts +0 -49
  105. package/svelte-nodegui/src/dom/react-nodegui/src/components/Menu/index.ts +0 -44
  106. package/svelte-nodegui/src/dom/react-nodegui/src/components/MenuBar/RNMenuBar.ts +0 -51
  107. package/svelte-nodegui/src/dom/react-nodegui/src/components/MenuBar/index.ts +0 -42
  108. package/svelte-nodegui/src/dom/react-nodegui/src/components/PlainTextEdit/RNPlainTextEdit.ts +0 -82
  109. package/svelte-nodegui/src/dom/react-nodegui/src/components/PlainTextEdit/index.ts +0 -44
  110. package/svelte-nodegui/src/dom/react-nodegui/src/components/ProgressBar/RNProgressBar.ts +0 -78
  111. package/svelte-nodegui/src/dom/react-nodegui/src/components/ProgressBar/index.ts +0 -43
  112. package/svelte-nodegui/src/dom/react-nodegui/src/components/RadioButton/RNRadioButton.ts +0 -50
  113. package/svelte-nodegui/src/dom/react-nodegui/src/components/RadioButton/index.ts +0 -43
  114. package/svelte-nodegui/src/dom/react-nodegui/src/components/ScrollArea/RNScrollArea.ts +0 -51
  115. package/svelte-nodegui/src/dom/react-nodegui/src/components/ScrollArea/index.ts +0 -44
  116. package/svelte-nodegui/src/dom/react-nodegui/src/components/Slider/RNSlider.ts +0 -97
  117. package/svelte-nodegui/src/dom/react-nodegui/src/components/Slider/index.ts +0 -46
  118. package/svelte-nodegui/src/dom/react-nodegui/src/components/SpinBox/RNSpinBox.ts +0 -88
  119. package/svelte-nodegui/src/dom/react-nodegui/src/components/SpinBox/index.ts +0 -49
  120. package/svelte-nodegui/src/dom/react-nodegui/src/components/Svg/RNSvg.ts +0 -67
  121. package/svelte-nodegui/src/dom/react-nodegui/src/components/Svg/index.ts +0 -43
  122. package/svelte-nodegui/src/dom/react-nodegui/src/components/SystemTrayIcon/RNSystemTrayIcon.ts +0 -141
  123. package/svelte-nodegui/src/dom/react-nodegui/src/components/SystemTrayIcon/index.ts +0 -43
  124. package/svelte-nodegui/src/dom/react-nodegui/src/components/Tab/RNTab.ts +0 -69
  125. package/svelte-nodegui/src/dom/react-nodegui/src/components/Tab/index.ts +0 -48
  126. package/svelte-nodegui/src/dom/react-nodegui/src/components/TabItem/RNTabItem.ts +0 -72
  127. package/svelte-nodegui/src/dom/react-nodegui/src/components/TabItem/index.ts +0 -40
  128. package/svelte-nodegui/src/dom/react-nodegui/src/components/Text/RNText.ts +0 -65
  129. package/svelte-nodegui/src/dom/react-nodegui/src/components/Text/index.ts +0 -49
  130. package/svelte-nodegui/src/dom/react-nodegui/src/components/View/RNView.ts +0 -306
  131. package/svelte-nodegui/src/dom/react-nodegui/src/components/View/index.ts +0 -44
  132. package/svelte-nodegui/src/dom/react-nodegui/src/components/Window/RNWindow.ts +0 -66
  133. package/svelte-nodegui/src/dom/react-nodegui/src/components/Window/index.ts +0 -50
  134. package/svelte-nodegui/src/dom/react-nodegui/src/components/config.ts +0 -95
  135. package/svelte-nodegui/src/dom/react-nodegui/src/index.ts +0 -52
  136. package/svelte-nodegui/src/dom/react-nodegui/src/reconciler/index.ts +0 -226
  137. package/svelte-nodegui/src/dom/react-nodegui/src/utils/decoupleFromReact.ts +0 -2
  138. package/svelte-nodegui/src/dom/react-nodegui/src/utils/helpers.ts +0 -14
  139. package/svelte-nodegui/src/dom/shared/Logger.ts +0 -16
  140. package/svelte-nodegui/src/dom/shared/index.ts +0 -1
  141. package/svelte-nodegui/src/dom/svelte/HeadElement.ts +0 -41
  142. package/svelte-nodegui/src/dom/svelte/RNObject.ts +0 -95
  143. package/svelte-nodegui/src/dom/svelte/StyleElement.ts +0 -92
  144. package/svelte-nodegui/src/dom/svelte/SvelteNodeGUIDocument.ts +0 -124
  145. package/svelte-nodegui/src/dom/svelte/TemplateElement.ts +0 -16
  146. package/svelte-nodegui/src/dom/svelte-elements.ts +0 -111
  147. package/svelte-nodegui/src/index.ts +0 -62
  148. package/svelte-nodegui/src/svelte-nodegui.ts +0 -159
  149. package/svelte-nodegui/src/transitions/bezier.ts +0 -112
  150. package/svelte-nodegui/src/transitions/index.ts +0 -227
  151. package/svelte-nodegui/tsconfig.json +0 -19
  152. package/svelte-nodegui/website/README.md +0 -33
  153. package/svelte-nodegui/website/blog/2019-05-30-welcome.md +0 -12
  154. package/svelte-nodegui/website/docs/api/classes/renderer.md +0 -49
  155. package/svelte-nodegui/website/docs/api/classes/rnaction.md +0 -608
  156. package/svelte-nodegui/website/docs/api/classes/rngridcolumn.md +0 -232
  157. package/svelte-nodegui/website/docs/api/classes/rngridrow.md +0 -247
  158. package/svelte-nodegui/website/docs/api/classes/rnmenu.md +0 -1337
  159. package/svelte-nodegui/website/docs/api/classes/rnmenubar.md +0 -1341
  160. package/svelte-nodegui/website/docs/api/globals.md +0 -832
  161. package/svelte-nodegui/website/docs/api/index.md +0 -0
  162. package/svelte-nodegui/website/docs/api/interfaces/_react_proxy_.reactproxycomponent.md +0 -38
  163. package/svelte-nodegui/website/docs/api/interfaces/abstractbuttonprops.md +0 -306
  164. package/svelte-nodegui/website/docs/api/interfaces/actionprops.md +0 -115
  165. package/svelte-nodegui/website/docs/api/interfaces/animatedimageprops.md +0 -297
  166. package/svelte-nodegui/website/docs/api/interfaces/boxviewprops.md +0 -245
  167. package/svelte-nodegui/website/docs/api/interfaces/buttonprops.md +0 -313
  168. package/svelte-nodegui/website/docs/api/interfaces/checkboxprops.md +0 -313
  169. package/svelte-nodegui/website/docs/api/interfaces/comboboxprops.md +0 -343
  170. package/svelte-nodegui/website/docs/api/interfaces/datawithoffset.md +0 -32
  171. package/svelte-nodegui/website/docs/api/interfaces/dialprops.md +0 -259
  172. package/svelte-nodegui/website/docs/api/interfaces/gridviewprops.md +0 -273
  173. package/svelte-nodegui/website/docs/api/interfaces/imageprops.md +0 -311
  174. package/svelte-nodegui/website/docs/api/interfaces/lineeditprops.md +0 -266
  175. package/svelte-nodegui/website/docs/api/interfaces/menubarprops.md +0 -245
  176. package/svelte-nodegui/website/docs/api/interfaces/menuprops.md +0 -245
  177. package/svelte-nodegui/website/docs/api/interfaces/plaintexteditprops.md +0 -259
  178. package/svelte-nodegui/website/docs/api/interfaces/progressbarprops.md +0 -266
  179. package/svelte-nodegui/website/docs/api/interfaces/radiobuttonprops.md +0 -282
  180. package/svelte-nodegui/website/docs/api/interfaces/scrollareaprops.md +0 -245
  181. package/svelte-nodegui/website/docs/api/interfaces/sliderprops.md +0 -329
  182. package/svelte-nodegui/website/docs/api/interfaces/spinboxprops.md +0 -273
  183. package/svelte-nodegui/website/docs/api/interfaces/systemtrayiconprops.md +0 -97
  184. package/svelte-nodegui/website/docs/api/interfaces/tabitemprops.md +0 -28
  185. package/svelte-nodegui/website/docs/api/interfaces/tabprops.md +0 -245
  186. package/svelte-nodegui/website/docs/api/interfaces/textprops.md +0 -277
  187. package/svelte-nodegui/website/docs/api/interfaces/viewprops.md +0 -261
  188. package/svelte-nodegui/website/docs/api/interfaces/windowprops.md +0 -245
  189. package/svelte-nodegui/website/docs/api/modules/_react_proxy_.md +0 -29
  190. package/svelte-nodegui/website/docs/doc1.md +0 -162
  191. package/svelte-nodegui/website/docs/guides/custom-nodegui-native-plugin.md +0 -6
  192. package/svelte-nodegui/website/docs/guides/debugging-in-vscode.md +0 -39
  193. package/svelte-nodegui/website/docs/guides/debugging.md +0 -59
  194. package/svelte-nodegui/website/docs/guides/getting-started.md +0 -141
  195. package/svelte-nodegui/website/docs/guides/handle-events.md +0 -188
  196. package/svelte-nodegui/website/docs/guides/images.md +0 -62
  197. package/svelte-nodegui/website/docs/guides/layout.md +0 -281
  198. package/svelte-nodegui/website/docs/guides/networking.md +0 -31
  199. package/svelte-nodegui/website/docs/guides/packaging.md +0 -32
  200. package/svelte-nodegui/website/docs/guides/scroll-view.md +0 -69
  201. package/svelte-nodegui/website/docs/guides/styling.md +0 -208
  202. package/svelte-nodegui/website/docs/guides/tutorial.md +0 -82
  203. package/svelte-nodegui/website/docs/guides/using-native-node-modules.md +0 -55
  204. package/svelte-nodegui/website/docs/mdx.md +0 -22
  205. package/svelte-nodegui/website/docs/scripts/fixdocs.js +0 -21
  206. package/svelte-nodegui/website/docusaurus.config.js +0 -131
  207. package/svelte-nodegui/website/package.json +0 -33
  208. package/svelte-nodegui/website/sidebars.js +0 -77
  209. package/svelte-nodegui/website/src/components/CodeExample.js +0 -42
  210. package/svelte-nodegui/website/src/components/CreateNativeApps.js +0 -46
  211. package/svelte-nodegui/website/src/components/Features.js +0 -62
  212. package/svelte-nodegui/website/src/components/Hero.js +0 -85
  213. package/svelte-nodegui/website/src/components/SplitView.js +0 -18
  214. package/svelte-nodegui/website/src/components/Talks.js +0 -68
  215. package/svelte-nodegui/website/src/components/Try.js +0 -83
  216. package/svelte-nodegui/website/src/components/common.js +0 -41
  217. package/svelte-nodegui/website/src/components/styles.css +0 -61
  218. package/svelte-nodegui/website/src/css/custom.css +0 -34
  219. package/svelte-nodegui/website/src/pages/index.js +0 -32
  220. package/svelte-nodegui/website/src/pages/styles.module.css +0 -35
  221. package/svelte-nodegui/website/static/CNAME +0 -1
  222. package/svelte-nodegui/website/static/img/box-layout-1.png +0 -0
  223. package/svelte-nodegui/website/static/img/box-layout-2.png +0 -0
  224. package/svelte-nodegui/website/static/img/code-sample.png +0 -0
  225. package/svelte-nodegui/website/static/img/demo.png +0 -0
  226. package/svelte-nodegui/website/static/img/favicon.ico +0 -0
  227. package/svelte-nodegui/website/static/img/flex-layout-1.png +0 -0
  228. package/svelte-nodegui/website/static/img/grid-layout-1.png +0 -0
  229. package/svelte-nodegui/website/static/img/logo-circle.png +0 -0
  230. package/svelte-nodegui/website/static/img/logo.png +0 -0
  231. package/svelte-nodegui/website/static/img/logo.svg +0 -5
  232. package/svelte-nodegui/website/static/img/logox200.png +0 -0
  233. package/svelte-nodegui/website/static/img/undraw_building_websites.svg +0 -1
  234. package/svelte-nodegui/website/static/img/undraw_code_review.svg +0 -1
  235. package/svelte-nodegui/website/static/img/undraw_docusaurus_mountain.svg +0 -170
  236. package/svelte-nodegui/website/static/img/undraw_docusaurus_react.svg +0 -169
  237. package/svelte-nodegui/website/static/img/undraw_docusaurus_tree.svg +0 -1
  238. package/svelte-nodegui/website/static/img/undraw_react.svg +0 -1
  239. package/svelte-nodegui/website/static/img/undraw_website_setup.svg +0 -1
  240. package/svelte-nodegui/website/static/img/undraw_windows.svg +0 -11
  241. package/svelte-nodegui/website/website/sidebars.js +0 -32
  242. package/svelte-nodegui/website/yarn.lock +0 -10533
@@ -1,1281 +0,0 @@
1
- This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
2
-
3
- Below you will find some information on how to perform common tasks.<br>
4
- You can find the most recent version of this guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
5
-
6
- ## Table of Contents
7
-
8
- - [Updating to New Releases](#updating-to-new-releases)
9
- - [Sending Feedback](#sending-feedback)
10
- - [Folder Structure](#folder-structure)
11
- - [Available Scripts](#available-scripts)
12
- - [npm start](#npm-start)
13
- - [npm test](#npm-test)
14
- - [npm run build](#npm-run-build)
15
- - [npm run eject](#npm-run-eject)
16
- - [Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
17
- - [Displaying Lint Output in the Editor](#displaying-lint-output-in-the-editor)
18
- - [Changing the Page `<title>`](#changing-the-page-title)
19
- - [Installing a Dependency](#installing-a-dependency)
20
- - [Importing a Component](#importing-a-component)
21
- - [Adding a Stylesheet](#adding-a-stylesheet)
22
- - [Post-Processing CSS](#post-processing-css)
23
- - [Adding Images and Fonts](#adding-images-and-fonts)
24
- - [Using the `public` Folder](#using-the-public-folder)
25
- - [Changing the HTML](#changing-the-html)
26
- - [Adding Assets Outside of the Module System](#adding-assets-outside-of-the-module-system)
27
- - [When to Use the `public` Folder](#when-to-use-the-public-folder)
28
- - [Using Global Variables](#using-global-variables)
29
- - [Adding Bootstrap](#adding-bootstrap)
30
- - [Adding Flow](#adding-flow)
31
- - [Adding Custom Environment Variables](#adding-custom-environment-variables)
32
- - [Can I Use Decorators?](#can-i-use-decorators)
33
- - [Integrating with a Node Backend](#integrating-with-a-node-backend)
34
- - [Proxying API Requests in Development](#proxying-api-requests-in-development)
35
- - [Using HTTPS in Development](#using-https-in-development)
36
- - [Generating Dynamic `<meta>` Tags on the Server](#generating-dynamic-meta-tags-on-the-server)
37
- - [Running Tests](#running-tests)
38
- - [Filename Conventions](#filename-conventions)
39
- - [Command Line Interface](#command-line-interface)
40
- - [Version Control Integration](#version-control-integration)
41
- - [Writing Tests](#writing-tests)
42
- - [Testing Components](#testing-components)
43
- - [Using Third Party Assertion Libraries](#using-third-party-assertion-libraries)
44
- - [Initializing Test Environment](#initializing-test-environment)
45
- - [Focusing and Excluding Tests](#focusing-and-excluding-tests)
46
- - [Coverage Reporting](#coverage-reporting)
47
- - [Continuous Integration](#continuous-integration)
48
- - [Disabling jsdom](#disabling-jsdom)
49
- - [Experimental Snapshot Testing](#experimental-snapshot-testing)
50
- - [Editor Integration](#editor-integration)
51
- - [Developing Components in Isolation](#developing-components-in-isolation)
52
- - [Making a Progressive Web App](#making-a-progressive-web-app)
53
- - [Deployment](#deployment)
54
- - [Serving Apps with Client-Side Routing](#serving-apps-with-client-side-routing)
55
- - [Building for Relative Paths](#building-for-relative-paths)
56
- - [Firebase](#firebase)
57
- - [GitHub Pages](#github-pages)
58
- - [Heroku](#heroku)
59
- - [Modulus](#modulus)
60
- - [Netlify](#netlify)
61
- - [Now](#now)
62
- - [S3 and CloudFront](#s3-and-cloudfront)
63
- - [Surge](#surge)
64
- - [Troubleshooting](#troubleshooting)
65
- - [`npm test` hangs on macOS Sierra](#npm-test-hangs-on-macos-sierra)
66
- - [`npm run build` silently fails](#npm-run-build-silently-fails)
67
- - [`npm run build` fails on Heroku](#npm-run-build-fails-on-heroku)
68
- - [Something Missing?](#something-missing)
69
-
70
- ## Updating to New Releases
71
-
72
- Create React App is divided into two packages:
73
-
74
- * `create-react-app` is a global command-line utility that you use to create new projects.
75
- * `react-scripts` is a development dependency in the generated projects (including this one).
76
-
77
- You almost never need to update `create-react-app` itself: it delegates all the setup to `react-scripts`.
78
-
79
- When you run `create-react-app`, it always creates the project with the latest version of `react-scripts` so you’ll get all the new features and improvements in newly created apps automatically.
80
-
81
- To update an existing project to a new version of `react-scripts`, [open the changelog](https://github.com/facebookincubator/create-react-app/blob/master/CHANGELOG.md), find the version you’re currently on (check `package.json` in this folder if you’re not sure), and apply the migration instructions for the newer versions.
82
-
83
- In most cases bumping the `react-scripts` version in `package.json` and running `npm install` in this folder should be enough, but it’s good to consult the [changelog](https://github.com/facebookincubator/create-react-app/blob/master/CHANGELOG.md) for potential breaking changes.
84
-
85
- We commit to keeping the breaking changes minimal so you can upgrade `react-scripts` painlessly.
86
-
87
- ## Sending Feedback
88
-
89
- We are always open to [your feedback](https://github.com/facebookincubator/create-react-app/issues).
90
-
91
- ## Folder Structure
92
-
93
- After creation, your project should look like this:
94
-
95
- ```
96
- my-app/
97
- README.md
98
- node_modules/
99
- package.json
100
- public/
101
- index.html
102
- favicon.ico
103
- src/
104
- App.css
105
- App.js
106
- App.test.js
107
- index.css
108
- index.js
109
- logo.svg
110
- ```
111
-
112
- For the project to build, **these files must exist with exact filenames**:
113
-
114
- * `public/index.html` is the page template;
115
- * `src/index.js` is the JavaScript entry point.
116
-
117
- You can delete or rename the other files.
118
-
119
- You may create subdirectories inside `src`. For faster rebuilds, only files inside `src` are processed by Webpack.<br>
120
- You need to **put any JS and CSS files inside `src`**, or Webpack won’t see them.
121
-
122
- Only files inside `public` can be used from `public/index.html`.<br>
123
- Read instructions below for using assets from JavaScript and HTML.
124
-
125
- You can, however, create more top-level directories.<br>
126
- They will not be included in the production build so you can use them for things like documentation.
127
-
128
- ## Available Scripts
129
-
130
- In the project directory, you can run:
131
-
132
- ### `npm start`
133
-
134
- Runs the app in the development mode.<br>
135
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
136
-
137
- The page will reload if you make edits.<br>
138
- You will also see any lint errors in the console.
139
-
140
- ### `npm test`
141
-
142
- Launches the test runner in the interactive watch mode.<br>
143
- See the section about [running tests](#running-tests) for more information.
144
-
145
- ### `npm run build`
146
-
147
- Builds the app for production to the `build` folder.<br>
148
- It correctly bundles React in production mode and optimizes the build for the best performance.
149
-
150
- The build is minified and the filenames include the hashes.<br>
151
- Your app is ready to be deployed!
152
-
153
- See the section about [deployment](#deployment) for more information.
154
-
155
- ### `npm run eject`
156
-
157
- **Note: this is a one-way operation. Once you `eject`, you can’t go back!**
158
-
159
- If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
160
-
161
- Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, TSLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
162
-
163
- You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
164
-
165
- ## Syntax Highlighting in the Editor
166
-
167
- To configure the syntax highlighting in your favorite text editor, head to the [relevant Babel documentation page](https://babeljs.io/docs/editors) and follow the instructions. Some of the most popular editors are covered.
168
-
169
- ## Displaying Lint Output in the Editor
170
-
171
- >Note: this feature is available with `react-scripts@0.2.0` and higher.
172
-
173
- Some editors, including Sublime Text, Atom, and Visual Studio Code, provide plugins for TSLint.
174
-
175
- They are not required for linting. You should see the linter output right in your terminal as well as the browser console. However, if you prefer the lint results to appear right in your editor, there are some extra steps you can do.
176
-
177
- You would need to install an TSLint plugin for your editor first.
178
-
179
- ## Changing the Page `<title>`
180
-
181
- You can find the source HTML file in the `public` folder of the generated project. You may edit the `<title>` tag in it to change the title from “React App” to anything else.
182
-
183
- Note that normally you wouldn't edit files in the `public` folder very often. For example, [adding a stylesheet](#adding-a-stylesheet) is is done without touching the HTML.
184
-
185
- If you need to dynamically update the page title based on the content, you can use the browser [`document.title`](https://developer.mozilla.org/en-US/docs/Web/API/Document/title) API. For more complex scenarios when you want to change the title from React components, you can use [React Helmet](https://github.com/nfl/react-helmet), a third party library.
186
-
187
- Finally, if you use a custom server for your app in production and want to modify the title before it gets sent to the browser, you can follow advice in [this section](#generating-dynamic-meta-tags-on-the-server).
188
-
189
- ## Installing a Dependency
190
-
191
- The generated project includes React and ReactDOM as dependencies. It also includes a set of scripts used by Create React App as a development dependency. You may install other dependencies (for example, React Router) with `npm`:
192
-
193
- ```
194
- npm install --save <library-name>
195
- ```
196
-
197
- ## Importing a Component
198
-
199
- This project setup supports ES6 modules thanks to Babel.<br>
200
- While you can still use `require()` and `module.exports`, we encourage you to use [`import` and `export`](http://exploringjs.com/es6/ch_modules.html) instead.
201
-
202
- For example:
203
-
204
- ### `Button.js`
205
-
206
- ```js
207
- import React, { Component } from 'react';
208
-
209
- class Button extends Component {
210
- render() {
211
- // ...
212
- }
213
- }
214
-
215
- export default Button; // Don’t forget to use export default!
216
- ```
217
-
218
- ### `DangerButton.js`
219
-
220
-
221
- ```js
222
- import React, { Component } from 'react';
223
- import Button from './Button'; // Import a component from another file
224
-
225
- class DangerButton extends Component {
226
- render() {
227
- return <Button color="red" />;
228
- }
229
- }
230
-
231
- export default DangerButton;
232
- ```
233
-
234
- Be aware of the [difference between default and named exports](http://stackoverflow.com/questions/36795819/react-native-es-6-when-should-i-use-curly-braces-for-import/36796281#36796281). It is a common source of mistakes.
235
-
236
- We suggest that you stick to using default imports and exports when a module only exports a single thing (for example, a component). That’s what you get when you use `export default Button` and `import Button from './Button'`.
237
-
238
- Named exports are useful for utility modules that export several functions. A module may have at most one default export and as many named exports as you like.
239
-
240
- Learn more about ES6 modules:
241
-
242
- * [When to use the curly braces?](http://stackoverflow.com/questions/36795819/react-native-es-6-when-should-i-use-curly-braces-for-import/36796281#36796281)
243
- * [Exploring ES6: Modules](http://exploringjs.com/es6/ch_modules.html)
244
- * [Understanding ES6: Modules](https://leanpub.com/understandinges6/read#leanpub-auto-encapsulating-code-with-modules)
245
-
246
- ## Adding a Stylesheet
247
-
248
- This project setup uses [Webpack](https://webpack.github.io/) for handling all assets. Webpack offers a custom way of “extending” the concept of `import` beyond JavaScript. To express that a JavaScript file depends on a CSS file, you need to **import the CSS from the JavaScript file**:
249
-
250
- ### `Button.css`
251
-
252
- ```css
253
- .Button {
254
- padding: 20px;
255
- }
256
- ```
257
-
258
- ### `Button.js`
259
-
260
- ```js
261
- import React, { Component } from 'react';
262
- import './Button.css'; // Tell Webpack that Button.js uses these styles
263
-
264
- class Button extends Component {
265
- render() {
266
- // You can use them as regular CSS styles
267
- return <div className="Button" />;
268
- }
269
- }
270
- ```
271
-
272
- **This is not required for React** but many people find this feature convenient. You can read about the benefits of this approach [here](https://medium.com/seek-ui-engineering/block-element-modifying-your-javascript-components-d7f99fcab52b). However you should be aware that this makes your code less portable to other build tools and environments than Webpack.
273
-
274
- In development, expressing dependencies this way allows your styles to be reloaded on the fly as you edit them. In production, all CSS files will be concatenated into a single minified `.css` file in the build output.
275
-
276
- If you are concerned about using Webpack-specific semantics, you can put all your CSS right into `src/index.css`. It would still be imported from `src/index.js`, but you could always remove that import if you later migrate to a different build tool.
277
-
278
- ## Post-Processing CSS
279
-
280
- This project setup minifies your CSS and adds vendor prefixes to it automatically through [Autoprefixer](https://github.com/postcss/autoprefixer) so you don’t need to worry about it.
281
-
282
- For example, this:
283
-
284
- ```css
285
- .App {
286
- display: flex;
287
- flex-direction: row;
288
- align-items: center;
289
- }
290
- ```
291
-
292
- becomes this:
293
-
294
- ```css
295
- .App {
296
- display: -webkit-box;
297
- display: -ms-flexbox;
298
- display: flex;
299
- -webkit-box-orient: horizontal;
300
- -webkit-box-direction: normal;
301
- -ms-flex-direction: row;
302
- flex-direction: row;
303
- -webkit-box-align: center;
304
- -ms-flex-align: center;
305
- align-items: center;
306
- }
307
- ```
308
-
309
- There is currently no support for preprocessors such as Less, or for sharing variables across CSS files.
310
-
311
- ## Adding Images and Fonts
312
-
313
- With Webpack, using static assets like images and fonts works similarly to CSS.
314
-
315
- You can **`import` an image right in a JavaScript module**. This tells Webpack to include that image in the bundle. Unlike CSS imports, importing an image or a font gives you a string value. This value is the final image path you can reference in your code.
316
-
317
- Here is an example:
318
-
319
- ```js
320
- import React from 'react';
321
- import logo from './logo.png'; // Tell Webpack this JS file uses this image
322
-
323
- console.log(logo); // /logo.84287d09.png
324
-
325
- function Header() {
326
- // Import result is the URL of your image
327
- return <img src={logo} alt="Logo" />;
328
- }
329
-
330
- export default Header;
331
- ```
332
-
333
- This ensures that when the project is built, Webpack will correctly move the images into the build folder, and provide us with correct paths.
334
-
335
- This works in CSS too:
336
-
337
- ```css
338
- .Logo {
339
- background-image: url(./logo.png);
340
- }
341
- ```
342
-
343
- Webpack finds all relative module references in CSS (they start with `./`) and replaces them with the final paths from the compiled bundle. If you make a typo or accidentally delete an important file, you will see a compilation error, just like when you import a non-existent JavaScript module. The final filenames in the compiled bundle are generated by Webpack from content hashes. If the file content changes in the future, Webpack will give it a different name in production so you don’t need to worry about long-term caching of assets.
344
-
345
- Please be advised that this is also a custom feature of Webpack.
346
-
347
- **It is not required for React** but many people enjoy it (and React Native uses a similar mechanism for images).<br>
348
- An alternative way of handling static assets is described in the next section.
349
-
350
- ## Using the `public` Folder
351
-
352
- >Note: this feature is available with `react-scripts@0.5.0` and higher.
353
-
354
- ### Changing the HTML
355
-
356
- The `public` folder contains the HTML file so you can tweak it, for example, to [set the page title](#changing-the-page-title).
357
- The `<script>` tag with the compiled code will be added to it automatically during the build process.
358
-
359
- ### Adding Assets Outside of the Module System
360
-
361
- You can also add other assets to the `public` folder.
362
-
363
- Note that we normally we encourage you to `import` assets in JavaScript files instead.
364
- For example, see the sections on [adding a stylesheet](#adding-a-stylesheet) and [adding images and fonts](#adding-images-and-fonts).
365
- This mechanism provides a number of benefits:
366
-
367
- * Scripts and stylesheets get minified and bundled together to avoid extra network requests.
368
- * Missing files cause compilation errors instead of 404 errors for your users.
369
- * Result filenames include content hashes so you don’t need to worry about browsers caching their old versions.
370
-
371
- However there is an **escape hatch** that you can use to add an asset outside of the module system.
372
-
373
- If you put a file into the `public` folder, it will **not** be processed by Webpack. Instead it will be copied into the build folder untouched. To reference assets in the `public` folder, you need to use a special variable called `PUBLIC_URL`.
374
-
375
- Inside `index.html`, you can use it like this:
376
-
377
- ```html
378
- <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
379
- ```
380
-
381
- Only files inside the `public` folder will be accessible by `%PUBLIC_URL%` prefix. If you need to use a file from `src` or `node_modules`, you’ll have to copy it there to explicitly specify your intention to make this file a part of the build.
382
-
383
- When you run `npm run build`, Create React App will substitute `%PUBLIC_URL%` with a correct absolute path so your project works even if you use client-side routing or host it at a non-root URL.
384
-
385
- In JavaScript code, you can use `process.env.PUBLIC_URL` for similar purposes:
386
-
387
- ```js
388
- render() {
389
- // Note: this is an escape hatch and should be used sparingly!
390
- // Normally we recommend using `import` for getting asset URLs
391
- // as described in “Adding Images and Fonts” above this section.
392
- return <img src={process.env.PUBLIC_URL + '/img/logo.png'} />;
393
- }
394
- ```
395
-
396
- Keep in mind the downsides of this approach:
397
-
398
- * None of the files in `public` folder get post-processed or minified.
399
- * Missing files will not be called at compilation time, and will cause 404 errors for your users.
400
- * Result filenames won’t include content hashes so you’ll need to add query arguments or rename them every time they change.
401
-
402
- ### When to Use the `public` Folder
403
-
404
- Normally we recommend importing [stylesheets](#adding-a-stylesheet), [images, and fonts](#adding-images-and-fonts) from JavaScript.
405
- The `public` folder is useful as a workaround for a number of less common cases:
406
-
407
- * You need a file with a specific name in the build output, such as [`manifest.webmanifest`](https://developer.mozilla.org/en-US/docs/Web/Manifest).
408
- * You have thousands of images and need to dynamically reference their paths.
409
- * You want to include a small script like [`pace.js`](http://github.hubspot.com/pace/docs/welcome/) outside of the bundled code.
410
- * Some library may be incompatible with Webpack and you have no other option but to include it as a `<script>` tag.
411
-
412
- Note that if you add a `<script>` that declares global variables, you also need to read the next section on using them.
413
-
414
- ## Using Global Variables
415
-
416
- When you include a script in the HTML file that defines global variables and try to use one of these variables in the code, the linter will complain because it cannot see the definition of the variable.
417
-
418
- You can avoid this by reading the global variable explicitly from the `window` object, for example:
419
-
420
- ```js
421
- const $ = window.$;
422
- ```
423
-
424
- This makes it obvious you are using a global variable intentionally rather than because of a typo.
425
-
426
- Alternatively, you can force the linter to ignore any line by adding `// tslint:disable-line` after it.
427
-
428
- ## Adding Bootstrap
429
-
430
- You don’t have to use [React Bootstrap](https://react-bootstrap.github.io) together with React but it is a popular library for integrating Bootstrap with React apps. If you need it, you can integrate it with Create React App by following these steps:
431
-
432
- Install React Bootstrap and Bootstrap from NPM. React Bootstrap does not include Bootstrap CSS so this needs to be installed as well:
433
-
434
- ```
435
- npm install react-bootstrap --save
436
- npm install bootstrap@3 --save
437
- ```
438
-
439
- Import Bootstrap CSS and optionally Bootstrap theme CSS in the ```src/index.js``` file:
440
-
441
- ```js
442
- import 'bootstrap/dist/css/bootstrap.css';
443
- import 'bootstrap/dist/css/bootstrap-theme.css';
444
- ```
445
-
446
- Import required React Bootstrap components within ```src/App.js``` file or your custom component files:
447
-
448
- ```js
449
- import { Navbar, Jumbotron, Button } from 'react-bootstrap';
450
- ```
451
-
452
- Now you are ready to use the imported React Bootstrap components within your component hierarchy defined in the render method. Here is an example [`App.js`](https://gist.githubusercontent.com/gaearon/85d8c067f6af1e56277c82d19fd4da7b/raw/6158dd991b67284e9fc8d70b9d973efe87659d72/App.js) redone using React Bootstrap.
453
-
454
- ## Adding Flow
455
-
456
- Flow is a static type checker that helps you write code with fewer bugs. Check out this [introduction to using static types in JavaScript](https://medium.com/@preethikasireddy/why-use-static-types-in-javascript-part-1-8382da1e0adb) if you are new to this concept.
457
-
458
- Recent versions of [Flow](http://flowtype.org/) work with Create React App projects out of the box.
459
-
460
- To add Flow to a Create React App project, follow these steps:
461
-
462
- 1. Run `npm install --save-dev flow-bin`.
463
- 2. Add `"flow": "flow"` to the `scripts` section of your `package.json`.
464
- 3. Add `// @flow` to any files you want to type check (for example, to `src/App.js`).
465
-
466
- Now you can run `npm run flow` to check the files for type errors.
467
- You can optionally use an IDE like [Nuclide](https://nuclide.io/docs/languages/flow/) for a better integrated experience.
468
- In the future we plan to integrate it into Create React App even more closely.
469
-
470
- To learn more about Flow, check out [its documentation](https://flowtype.org/).
471
-
472
- ## Adding Custom Environment Variables
473
-
474
- >Note: this feature is available with `react-scripts@0.2.3` and higher.
475
-
476
- Your project can consume variables declared in your environment as if they were declared locally in your JS files. By
477
- default you will have `NODE_ENV` defined for you, and any other environment variables starting with
478
- `REACT_APP_`. These environment variables will be defined for you on `process.env`. For example, having an environment
479
- variable named `REACT_APP_SECRET_CODE` will be exposed in your JS as `process.env.REACT_APP_SECRET_CODE`, in addition
480
- to `process.env.NODE_ENV`.
481
-
482
- >Note: Changing any environment variables will require you to restart the development server if it is running.
483
-
484
- These environment variables can be useful for displaying information conditionally based on where the project is
485
- deployed or consuming sensitive data that lives outside of version control.
486
-
487
- First, you need to have environment variables defined. For example, let’s say you wanted to consume a secret defined
488
- in the environment inside a `<form>`:
489
-
490
- ```jsx
491
- render() {
492
- return (
493
- <div>
494
- <small>You are running this application in <b>{process.env.NODE_ENV}</b> mode.</small>
495
- <form>
496
- <input type="hidden" defaultValue={process.env.REACT_APP_SECRET_CODE} />
497
- </form>
498
- </div>
499
- );
500
- }
501
- ```
502
-
503
- During the build, `process.env.REACT_APP_SECRET_CODE` will be replaced with the current value of the `REACT_APP_SECRET_CODE` environment variable. Remember that the `NODE_ENV` variable will be set for you automatically.
504
-
505
- When you load the app in the browser and inspect the `<input>`, you will see its value set to `abcdef`, and the bold text will show the environment provided when using `npm start`:
506
-
507
- ```html
508
- <div>
509
- <small>You are running this application in <b>development</b> mode.</small>
510
- <form>
511
- <input type="hidden" value="abcdef" />
512
- </form>
513
- </div>
514
- ```
515
-
516
- Having access to the `NODE_ENV` is also useful for performing actions conditionally:
517
-
518
- ```js
519
- if (process.env.NODE_ENV !== 'production') {
520
- analytics.disable();
521
- }
522
- ```
523
-
524
- The above form is looking for a variable called `REACT_APP_SECRET_CODE` from the environment. In order to consume this
525
- value, we need to have it defined in the environment. This can be done using two ways: either in your shell or in
526
- a `.env` file.
527
-
528
- ### Adding Temporary Environment Variables In Your Shell
529
-
530
- Defining environment variables can vary between OSes. It's also important to know that this manner is temporary for the
531
- life of the shell session.
532
-
533
- #### Windows (cmd.exe)
534
-
535
- ```cmd
536
- set REACT_APP_SECRET_CODE=abcdef&&npm start
537
- ```
538
-
539
- (Note: the lack of whitespace is intentional.)
540
-
541
- #### Linux, OS X (Bash)
542
-
543
- ```bash
544
- REACT_APP_SECRET_CODE=abcdef npm start
545
- ```
546
-
547
- ### Adding Development Environment Variables In `.env`
548
-
549
- >Note: this feature is available with `react-scripts@0.5.0` and higher.
550
-
551
- To define permanent environment variables, create a file called `.env` in the root of your project:
552
-
553
- ```
554
- REACT_APP_SECRET_CODE=abcdef
555
- ```
556
-
557
- These variables will act as the defaults if the machine does not explicitly set them.<br>
558
- Please refer to the [dotenv documentation](https://github.com/motdotla/dotenv) for more details.
559
-
560
- >Note: If you are defining environment variables for development, your CI and/or hosting platform will most likely need
561
- these defined as well. Consult their documentation how to do this. For example, see the documentation for [Travis CI](https://docs.travis-ci.com/user/environment-variables/) or [Heroku](https://devcenter.heroku.com/articles/config-vars).
562
-
563
- ## Can I Use Decorators?
564
-
565
- Many popular libraries use [decorators](https://medium.com/google-developers/exploring-es7-decorators-76ecb65fb841) in their documentation.<br>
566
- Create React App doesn’t support decorator syntax at the moment because:
567
-
568
- * It is an experimental proposal and is subject to change.
569
- * The current specification version is not officially supported by Babel.
570
- * If the specification changes, we won’t be able to write a codemod because we don’t use them internally at Facebook.
571
-
572
- However in many cases you can rewrite decorator-based code without decorators just as fine.<br>
573
- Please refer to these two threads for reference:
574
-
575
- * [#214](https://github.com/facebookincubator/create-react-app/issues/214)
576
- * [#411](https://github.com/facebookincubator/create-react-app/issues/411)
577
-
578
- Create React App will add decorator support when the specification advances to a stable stage.
579
-
580
- ## Integrating with a Node Backend
581
-
582
- Check out [this tutorial](https://www.fullstackreact.com/articles/using-create-react-app-with-a-server/) for instructions on integrating an app with a Node backend running on another port, and using `fetch()` to access it. You can find the companion GitHub repository [here](https://github.com/fullstackreact/food-lookup-demo).
583
-
584
- ## Proxying API Requests in Development
585
-
586
- >Note: this feature is available with `react-scripts@0.2.3` and higher.
587
-
588
- People often serve the front-end React app from the same host and port as their backend implementation.<br>
589
- For example, a production setup might look like this after the app is deployed:
590
-
591
- ```
592
- / - static server returns index.html with React app
593
- /todos - static server returns index.html with React app
594
- /api/todos - server handles any /api/* requests using the backend implementation
595
- ```
596
-
597
- Such setup is **not** required. However, if you **do** have a setup like this, it is convenient to write requests like `fetch('/api/todos')` without worrying about redirecting them to another host or port during development.
598
-
599
- To tell the development server to proxy any unknown requests to your API server in development, add a `proxy` field to your `package.json`, for example:
600
-
601
- ```js
602
- "proxy": "http://localhost:4000",
603
- ```
604
-
605
- This way, when you `fetch('/api/todos')` in development, the development server will recognize that it’s not a static asset, and will proxy your request to `http://localhost:4000/api/todos` as a fallback. The development server will only attempt to send requests without a `text/html` accept header to the proxy.
606
-
607
- Conveniently, this avoids [CORS issues](http://stackoverflow.com/questions/21854516/understanding-ajax-cors-and-security-considerations) and error messages like this in development:
608
-
609
- ```
610
- Fetch API cannot load http://localhost:4000/api/todos. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
611
- ```
612
-
613
- Keep in mind that `proxy` only has effect in development (with `npm start`), and it is up to you to ensure that URLs like `/api/todos` point to the right thing in production. You don’t have to use the `/api` prefix. Any unrecognized request without a `text/html` accept header will be redirected to the specified `proxy`.
614
-
615
- Currently the `proxy` option only handles HTTP requests, and it won’t proxy WebSocket connections.<br>
616
- If the `proxy` option is **not** flexible enough for you, alternatively you can:
617
-
618
- * Enable CORS on your server ([here’s how to do it for Express](http://enable-cors.org/server_expressjs.html)).
619
- * Use [environment variables](#adding-custom-environment-variables) to inject the right server host and port into your app.
620
-
621
- ## Using HTTPS in Development
622
-
623
- >Note: this feature is available with `react-scripts@0.4.0` and higher.
624
-
625
- You may require the dev server to serve pages over HTTPS. One particular case where this could be useful is when using [the "proxy" feature](#proxying-api-requests-in-development) to proxy requests to an API server when that API server is itself serving HTTPS.
626
-
627
- To do this, set the `HTTPS` environment variable to `true`, then start the dev server as usual with `npm start`:
628
-
629
- #### Windows (cmd.exe)
630
-
631
- ```cmd
632
- set HTTPS=true&&npm start
633
- ```
634
-
635
- (Note: the lack of whitespace is intentional.)
636
-
637
- #### Linux, OS X (Bash)
638
-
639
- ```bash
640
- HTTPS=true npm start
641
- ```
642
-
643
- Note that the server will use a self-signed certificate, so your web browser will almost definitely display a warning upon accessing the page.
644
-
645
- ## Generating Dynamic `<meta>` Tags on the Server
646
-
647
- Since Create React App doesn’t support server rendering, you might be wondering how to make `<meta>` tags dynamic and reflect the current URL. To solve this, we recommend to add placeholders into the HTML, like this:
648
-
649
- ```html
650
- <!doctype html>
651
- <html lang="en">
652
- <head>
653
- <meta property="og:title" content="%OG_TITLE%">
654
- <meta property="og:description" content="%OG_DESCRIPTION%">
655
- ```
656
-
657
- Then, on the server, regardless of the backend you use, you can read `index.html` into memory and replace `%OG_TITLE%`, `%OG_DESCRIPTION%`, and any other placeholders with values depending on the current URL. Just make sure to sanitize and escape the interpolated values so that they are safe to embed into HTML!
658
-
659
- If you use a Node server, you can even share the route matching logic between the client and the server. However duplicating it also works fine in simple cases.
660
-
661
- ## Running Tests
662
-
663
- >Note: this feature is available with `react-scripts@0.3.0` and higher.<br>
664
- >[Read the migration guide to learn how to enable it in older projects!](https://github.com/facebookincubator/create-react-app/blob/master/CHANGELOG.md#migrating-from-023-to-030)
665
-
666
- Create React App uses [Jest](https://facebook.github.io/jest/) as its test runner. To prepare for this integration, we did a [major revamp](https://facebook.github.io/jest/blog/2016/09/01/jest-15.html) of Jest so if you heard bad things about it years ago, give it another try.
667
-
668
- Jest is a Node-based runner. This means that the tests always run in a Node environment and not in a real browser. This lets us enable fast iteration speed and prevent flakiness.
669
-
670
- While Jest provides browser globals such as `window` thanks to [jsdom](https://github.com/tmpvar/jsdom), they are only approximations of the real browser behavior. Jest is intended to be used for unit tests of your logic and your components rather than the DOM quirks.
671
-
672
- We recommend that you use a separate tool for browser end-to-end tests if you need them. They are beyond the scope of Create React App.
673
-
674
- ### Filename Conventions
675
-
676
- Jest will look for test files with any of the following popular naming conventions:
677
-
678
- * Files with `.js` suffix in `__tests__` folders.
679
- * Files with `.test.js` suffix.
680
- * Files with `.spec.js` suffix.
681
-
682
- The `.test.js` / `.spec.js` files (or the `__tests__` folders) can be located at any depth under the `src` top level folder.
683
-
684
- We recommend to put the test files (or `__tests__` folders) next to the code they are testing so that relative imports appear shorter. For example, if `App.test.js` and `App.js` are in the same folder, the test just needs to `import App from './App'` instead of a long relative path. Colocation also helps find tests more quickly in larger projects.
685
-
686
- ### Command Line Interface
687
-
688
- When you run `npm test`, Jest will launch in the watch mode. Every time you save a file, it will re-run the tests, just like `npm start` recompiles the code.
689
-
690
- The watcher includes an interactive command-line interface with the ability to run all tests, or focus on a search pattern. It is designed this way so that you can keep it open and enjoy fast re-runs. You can learn the commands from the “Watch Usage” note that the watcher prints after every run:
691
-
692
- ![Jest watch mode](http://facebook.github.io/jest/img/blog/15-watch.gif)
693
-
694
- ### Version Control Integration
695
-
696
- By default, when you run `npm test`, Jest will only run the tests related to files changed since the last commit. This is an optimization designed to make your tests runs fast regardless of how many tests you have. However it assumes that you don’t often commit the code that doesn’t pass the tests.
697
-
698
- Jest will always explicitly mention that it only ran tests related to the files changed since the last commit. You can also press `a` in the watch mode to force Jest to run all tests.
699
-
700
- Jest will always run all tests on a [continuous integration](#continuous-integration) server or if the project is not inside a Git or Mercurial repository.
701
-
702
- ### Writing Tests
703
-
704
- To create tests, add `it()` (or `test()`) blocks with the name of the test and its code. You may optionally wrap them in `describe()` blocks for logical grouping but this is neither required nor recommended.
705
-
706
- Jest provides a built-in `expect()` global function for making assertions. A basic test could look like this:
707
-
708
- ```js
709
- import sum from './sum';
710
-
711
- it('sums numbers', () => {
712
- expect(sum(1, 2)).toEqual(3);
713
- expect(sum(2, 2)).toEqual(4);
714
- });
715
- ```
716
-
717
- All `expect()` matchers supported by Jest are [extensively documented here](http://facebook.github.io/jest/docs/api.html#expect-value).<br>
718
- You can also use [`jest.fn()` and `expect(fn).toBeCalled()`](http://facebook.github.io/jest/docs/api.html#tobecalled) to create “spies” or mock functions.
719
-
720
- ### Testing Components
721
-
722
- There is a broad spectrum of component testing techniques. They range from a “smoke test” verifying that a component renders without throwing, to shallow rendering and testing some of the output, to full rendering and testing component lifecycle and state changes.
723
-
724
- Different projects choose different testing tradeoffs based on how often components change, and how much logic they contain. If you haven’t decided on a testing strategy yet, we recommend that you start with creating simple smoke tests for your components:
725
-
726
- ```js
727
- import React from 'react';
728
- import ReactDOM from 'react-dom';
729
- import App from './App';
730
-
731
- it('renders without crashing', () => {
732
- const div = document.createElement('div');
733
- ReactDOM.render(<App />, div);
734
- });
735
- ```
736
-
737
- This test mounts a component and makes sure that it didn’t throw during rendering. Tests like this provide a lot value with very little effort so they are great as a starting point, and this is the test you will find in `src/App.test.js`.
738
-
739
- When you encounter bugs caused by changing components, you will gain a deeper insight into which parts of them are worth testing in your application. This might be a good time to introduce more specific tests asserting specific expected output or behavior.
740
-
741
- If you’d like to test components in isolation from the child components they render, we recommend using [`shallow()` rendering API](http://airbnb.io/enzyme/docs/api/shallow.html) from [Enzyme](http://airbnb.io/enzyme/). You can write a smoke test with it too:
742
-
743
- ```sh
744
- npm install --save-dev enzyme react-addons-test-utils
745
- ```
746
-
747
- ```js
748
- import React from 'react';
749
- import { shallow } from 'enzyme';
750
- import App from './App';
751
-
752
- it('renders without crashing', () => {
753
- shallow(<App />);
754
- });
755
- ```
756
-
757
- Unlike the previous smoke test using `ReactDOM.render()`, this test only renders `<App>` and doesn’t go deeper. For example, even if `<App>` itself renders a `<Button>` that throws, this test will pass. Shallow rendering is great for isolated unit tests, but you may still want to create some full rendering tests to ensure the components integrate correctly. Enzyme supports [full rendering with `mount()`](http://airbnb.io/enzyme/docs/api/mount.html), and you can also use it for testing state changes and component lifecycle.
758
-
759
- You can read the [Enzyme documentation](http://airbnb.io/enzyme/) for more testing techniques. Enzyme documentation uses Chai and Sinon for assertions but you don’t have to use them because Jest provides built-in `expect()` and `jest.fn()` for spies.
760
-
761
- Here is an example from Enzyme documentation that asserts specific output, rewritten to use Jest matchers:
762
-
763
- ```js
764
- import React from 'react';
765
- import { shallow } from 'enzyme';
766
- import App from './App';
767
-
768
- it('renders welcome message', () => {
769
- const wrapper = shallow(<App />);
770
- const welcome = <h2>Welcome to React</h2>;
771
- // expect(wrapper.contains(welcome)).to.equal(true);
772
- expect(wrapper.contains(welcome)).toEqual(true);
773
- });
774
- ```
775
-
776
- All Jest matchers are [extensively documented here](http://facebook.github.io/jest/docs/api.html#expect-value).<br>
777
- Nevertheless you can use a third-party assertion library like [Chai](http://chaijs.com/) if you want to, as described below.
778
-
779
- ### Using Third Party Assertion Libraries
780
-
781
- We recommend that you use `expect()` for assertions and `jest.fn()` for spies. If you are having issues with them please [file those against Jest](https://github.com/facebook/jest/issues/new), and we’ll fix them. We intend to keep making them better for React, supporting, for example, [pretty-printing React elements as JSX](https://github.com/facebook/jest/pull/1566).
782
-
783
- However, if you are used to other libraries, such as [Chai](http://chaijs.com/) and [Sinon](http://sinonjs.org/), or if you have existing code using them that you’d like to port over, you can import them normally like this:
784
-
785
- ```js
786
- import sinon from 'sinon';
787
- import { expect } from 'chai';
788
- ```
789
-
790
- and then use them in your tests like you normally do.
791
-
792
- ### Initializing Test Environment
793
-
794
- >Note: this feature is available with `react-scripts@0.4.0` and higher.
795
-
796
- If your app uses a browser API that you need to mock in your tests or if you just need a global setup before running your tests, add a `src/setupTests.ts` to your project. It will be automatically executed before running your tests.
797
-
798
- For example:
799
-
800
- #### `src/setupTests.ts`
801
- ```js
802
- declare global {
803
- interface localStorage {
804
- getItem: any;
805
- setItem: any;
806
- clean: any;
807
- }
808
- }
809
-
810
- class LocalStorageMock {
811
- store = {};
812
- clear() {
813
- this.store = {};
814
- }
815
- getItem(key: any) {
816
- return this.store[key];
817
- }
818
- setItem(key: any, value: any) {
819
- this.store[key] = value.toString();
820
- }
821
- };
822
-
823
- global.localStorage = new LocalStorageMock();
824
- ```
825
-
826
- ### Focusing and Excluding Tests
827
-
828
- You can replace `it()` with `xit()` to temporarily exclude a test from being executed.<br>
829
- Similarly, `fit()` lets you focus on a specific test without running any other tests.
830
-
831
- ### Coverage Reporting
832
-
833
- Jest has an integrated coverage reporter that works well with ES6 and requires no configuration.<br>
834
- Run `npm test -- --coverage` (note extra `--` in the middle) to include a coverage report like this:
835
-
836
- ![coverage report](http://i.imgur.com/5bFhnTS.png)
837
-
838
- Note that tests run much slower with coverage so it is recommended to run it separately from your normal workflow.
839
-
840
- ### Continuous Integration
841
-
842
- By default `npm test` runs the watcher with interactive CLI. However, you can force it to run tests once and finish the process by setting an environment variable called `CI`.
843
-
844
- When creating a build of your application with `npm run build` linter warnings are not checked by default. Like `npm test`, you can force the build to perform a linter warning check by setting the environment variable `CI`. If any warnings are encountered then the build fails.
845
-
846
- Popular CI servers already set the environment variable `CI` by default but you can do this yourself too:
847
-
848
- ### On CI servers
849
- #### Travis CI
850
-
851
- 1. Following the [Travis Getting started](https://docs.travis-ci.com/user/getting-started/) guide for syncing your GitHub repository with Travis. You may need to initialize some settings manually in your [profile](https://travis-ci.org/profile) page.
852
- 1. Add a `.travis.yml` file to your git repository.
853
- ```
854
- language: node_js
855
- node_js:
856
- - 4
857
- - 6
858
- cache:
859
- directories:
860
- - node_modules
861
- script:
862
- - npm test
863
- - npm run build
864
- ```
865
- 1. Trigger your first build with a git push.
866
- 1. [Customize your Travis CI Build](https://docs.travis-ci.com/user/customizing-the-build/) if needed.
867
-
868
- ### On your own environment
869
- ##### Windows (cmd.exe)
870
-
871
- ```cmd
872
- set CI=true&&npm test
873
- ```
874
-
875
- ```cmd
876
- set CI=true&&npm run build
877
- ```
878
-
879
- (Note: the lack of whitespace is intentional.)
880
-
881
- ##### Linux, OS X (Bash)
882
-
883
- ```bash
884
- CI=true npm test
885
- ```
886
-
887
- ```bash
888
- CI=true npm run build
889
- ```
890
-
891
- The test command will force Jest to run tests once instead of launching the watcher.
892
-
893
- > If you find yourself doing this often in development, please [file an issue](https://github.com/facebookincubator/create-react-app/issues/new) to tell us about your use case because we want to make watcher the best experience and are open to changing how it works to accommodate more workflows.
894
-
895
- The build command will check for linter warnings and fail if any are found.
896
-
897
- ### Disabling jsdom
898
-
899
- By default, the `package.json` of the generated project looks like this:
900
-
901
- ```js
902
- // ...
903
- "scripts": {
904
- // ...
905
- "test": "react-scripts test --env=jsdom"
906
- }
907
- ```
908
-
909
- If you know that none of your tests depend on [jsdom](https://github.com/tmpvar/jsdom), you can safely remove `--env=jsdom`, and your tests will run faster.<br>
910
- To help you make up your mind, here is a list of APIs that **need jsdom**:
911
-
912
- * Any browser globals like `window` and `document`
913
- * [`ReactDOM.render()`](https://facebook.github.io/react/docs/top-level-api.html#reactdom.render)
914
- * [`TestUtils.renderIntoDocument()`](https://facebook.github.io/react/docs/test-utils.html#renderintodocument) ([a shortcut](https://github.com/facebook/react/blob/34761cf9a252964abfaab6faf74d473ad95d1f21/src/test/ReactTestUtils.js#L83-L91) for the above)
915
- * [`mount()`](http://airbnb.io/enzyme/docs/api/mount.html) in [Enzyme](http://airbnb.io/enzyme/index.html)
916
-
917
- In contrast, **jsdom is not needed** for the following APIs:
918
-
919
- * [`TestUtils.createRenderer()`](https://facebook.github.io/react/docs/test-utils.html#shallow-rendering) (shallow rendering)
920
- * [`shallow()`](http://airbnb.io/enzyme/docs/api/shallow.html) in [Enzyme](http://airbnb.io/enzyme/index.html)
921
-
922
- Finally, jsdom is also not needed for [snapshot testing](http://facebook.github.io/jest/blog/2016/07/27/jest-14.html). Longer term, this is the direction we are interested in exploring, but snapshot testing is [not fully baked yet](https://github.com/facebookincubator/create-react-app/issues/372) so we don’t officially encourage its usage yet.
923
-
924
- ### Experimental Snapshot Testing
925
-
926
- Snapshot testing is a new feature of Jest that automatically generates text snapshots of your components and saves them on the disk so if the UI output changes, you get notified without manually writing any assertions on the component output.
927
-
928
- This feature is experimental and still [has major usage issues](https://github.com/facebookincubator/create-react-app/issues/372) so we only encourage you to use it if you like experimental technology. We intend to gradually improve it over time and eventually offer it as the default solution for testing React components, but this will take time. [Read more about snapshot testing.](http://facebook.github.io/jest/blog/2016/07/27/jest-14.html)
929
-
930
- ### Editor Integration
931
-
932
- If you use [Visual Studio Code](https://code.visualstudio.com), there is a [Jest extension](https://github.com/orta/vscode-jest) which works with Create React App out of the box. This provides a lot of IDE-like features while using a text editor: showing the status of a test run with potential fail messages inline, starting and stopping the watcher automatically, and offering one-click snapshot updates.
933
-
934
- ![VS Code Jest Preview](https://cloud.githubusercontent.com/assets/49038/20795349/a032308a-b7c8-11e6-9b34-7eeac781003f.png)
935
-
936
- ## Developing Components in Isolation
937
-
938
- Usually, in an app, you have a lot of UI components, and each of them has many different states.
939
- For an example, a simple button component could have following states:
940
-
941
- * With a text label.
942
- * With an emoji.
943
- * In the disabled mode.
944
-
945
- Usually, it’s hard to see these states without running a sample app or some examples.
946
-
947
- Create React App doesn't include any tools for this by default, but you can easily add [React Storybook](https://github.com/kadirahq/react-storybook) to your project. **It is a third-party tool that lets you develop components and see all their states in isolation from your app**.
948
-
949
- ![React Storybook Demo](http://i.imgur.com/7CIAWpB.gif)
950
-
951
- You can also deploy your Storybook as a static app. This way, everyone in your team can view and review different states of UI components without starting a backend server or creating an account in your app.
952
-
953
- **Here’s how to setup your app with Storybook:**
954
-
955
- First, install the following npm package globally:
956
-
957
- ```sh
958
- npm install -g getstorybook
959
- ```
960
-
961
- Then, run the following command inside your app’s directory:
962
-
963
- ```sh
964
- getstorybook
965
- ```
966
-
967
- After that, follow the instructions on the screen.
968
-
969
- Learn more about React Storybook:
970
-
971
- * Screencast: [Getting Started with React Storybook](https://egghead.io/lessons/react-getting-started-with-react-storybook)
972
- * [GitHub Repo](https://github.com/kadirahq/react-storybook)
973
- * [Documentation](https://getstorybook.io/docs)
974
- * [Snapshot Testing](https://github.com/kadirahq/storyshots) with React Storybook
975
-
976
- ## Making a Progressive Web App
977
-
978
- You can turn your React app into a [Progressive Web App](https://developers.google.com/web/progressive-web-apps/) by following the steps in [this repository](https://github.com/jeffposnick/create-react-pwa).
979
-
980
- ## Deployment
981
-
982
- `npm run build` creates a `build` directory with a production build of your app. Set up your favourite HTTP server so that a visitor to your site is served `index.html`, and requests to static paths like `/static/js/main.<hash>.js` are served with the contents of the `/static/js/main.<hash>.js` file. For example, Python contains a built-in HTTP server that can serve static files:
983
-
984
- ```sh
985
- cd build
986
- python -m SimpleHTTPServer 9000
987
- ```
988
-
989
- If you're using [Node](https://nodejs.org/) and [Express](http://expressjs.com/) as a server, it might look like this:
990
-
991
- ```javascript
992
- const express = require('express');
993
- const path = require('path');
994
- const app = express();
995
-
996
- app.use(express.static('./build'));
997
-
998
- app.get('/', function (req, res) {
999
- res.sendFile(path.join(__dirname, './build', 'index.html'));
1000
- });
1001
-
1002
- app.listen(9000);
1003
- ```
1004
-
1005
- Create React App is not opinionated about your choice of web server. Any static file server will do. The `build` folder with static assets is the only output produced by Create React App.
1006
-
1007
- However this is not quite enough if you use client-side routing. Read the next section if you want to support URLs like `/todos/42` in your single-page app.
1008
-
1009
- ### Serving Apps with Client-Side Routing
1010
-
1011
- If you use routers that use the HTML5 [`pushState` history API](https://developer.mozilla.org/en-US/docs/Web/API/History_API#Adding_and_modifying_history_entries) under the hood (for example, [React Router](https://github.com/ReactTraining/react-router) with `browserHistory`), many static file servers will fail. For example, if you used React Router with a route for `/todos/42`, the development server will respond to `localhost:3000/todos/42` properly, but an Express serving a production build as above will not.
1012
-
1013
- This is because when there is a fresh page load for a `/todos/42`, the server looks for the file `build/todos/42` and does not find it. The server needs to be configured to respond to a request to `/todos/42` by serving `index.html`. For example, we can amend our Express example above to serve `index.html` for any unknown paths:
1014
-
1015
- ```diff
1016
- app.use(express.static('./build'));
1017
-
1018
- -app.get('/', function (req, res) {
1019
- +app.get('/*', function (req, res) {
1020
- res.sendFile(path.join(__dirname, './build', 'index.html'));
1021
- });
1022
- ```
1023
-
1024
- Now requests to `/todos/42` will be handled correctly both in development and in production.
1025
-
1026
- ### Building for Relative Paths
1027
-
1028
- By default, Create React App produces a build assuming your app is hosted at the server root.<br>
1029
- To override this, specify the `homepage` in your `package.json`, for example:
1030
-
1031
- ```js
1032
- "homepage": "http://mywebsite.com/relativepath",
1033
- ```
1034
-
1035
- This will let Create React App correctly infer the root path to use in the generated HTML file.
1036
-
1037
-
1038
- ### Firebase
1039
-
1040
- Install the Firebase CLI if you haven't already by running `npm install -g firebase-tools`. Sign up for a [Firebase account](https://console.firebase.google.com/) and create a new project. Run `firebase login` and login with your previous created Firebase account.
1041
-
1042
- Then run the `firebase init` command from your project's root. You need to choose the **Hosting: Configure and deploy Firebase Hosting sites** and choose the Firebase project you created in the previous step. You will need to agree with `database.rules.json` being created, choose `build` as the public directory, and also agree to **Configure as a single-page app** by replying with `y`.
1043
-
1044
- ```sh
1045
- === Project Setup
1046
-
1047
- First, let's associate this project directory with a Firebase project.
1048
- You can create multiple project aliases by running firebase use --add,
1049
- but for now we'll just set up a default project.
1050
-
1051
- ? What Firebase project do you want to associate as default? Example app (example-app-fd690)
1052
-
1053
- === Database Setup
1054
-
1055
- Firebase Realtime Database Rules allow you to define how your data should be
1056
- structured and when your data can be read from and written to.
1057
-
1058
- ? What file should be used for Database Rules? database.rules.json
1059
- ✔ Database Rules for example-app-fd690 have been downloaded to database.rules.json.
1060
- Future modifications to database.rules.json will update Database Rules when you run
1061
- firebase deploy.
1062
-
1063
- === Hosting Setup
1064
-
1065
- Your public directory is the folder (relative to your project directory) that
1066
- will contain Hosting assets to uploaded with firebase deploy. If you
1067
- have a build process for your assets, use your build's output directory.
1068
-
1069
- ? What do you want to use as your public directory? build
1070
- ? Configure as a single-page app (rewrite all urls to /index.html)? Yes
1071
- ✔ Wrote build/index.html
1072
-
1073
- i Writing configuration info to firebase.json...
1074
- i Writing project information to .firebaserc...
1075
-
1076
- ✔ Firebase initialization complete!
1077
- ```
1078
-
1079
- Now, after you create a production build with `npm run build`, you can deploy it by running `firebase deploy`.
1080
-
1081
- ```sh
1082
- === Deploying to 'example-app-fd690'...
1083
-
1084
- i deploying database, hosting
1085
- ✔ database: rules ready to deploy.
1086
- i hosting: preparing build directory for upload...
1087
- Uploading: [============================== ] 75%✔ hosting: build folder uploaded successfully
1088
- ✔ hosting: 8 files uploaded successfully
1089
- i starting release process (may take several minutes)...
1090
-
1091
- ✔ Deploy complete!
1092
-
1093
- Project Console: https://console.firebase.google.com/project/example-app-fd690/overview
1094
- Hosting URL: https://example-app-fd690.firebaseapp.com
1095
- ```
1096
-
1097
- For more information see [Add Firebase to your JavaScript Project](https://firebase.google.com/docs/web/setup).
1098
-
1099
- ### GitHub Pages
1100
-
1101
- >Note: this feature is available with `react-scripts@0.2.0` and higher.
1102
-
1103
- #### Step 1: Add `homepage` to `package.json`
1104
-
1105
- **The step below is important!**<br>
1106
- **If you skip it, your app will not deploy correctly.**
1107
-
1108
- Open your `package.json` and add a `homepage` field:
1109
-
1110
- ```js
1111
- "homepage": "https://myusername.github.io/my-app",
1112
- ```
1113
-
1114
- Create React App uses the `homepage` field to determine the root URL in the built HTML file.
1115
-
1116
- #### Step 2: Install `gh-pages` and add `deploy` to `scripts` in `package.json`
1117
-
1118
- Now, whenever you run `npm run build`, you will see a cheat sheet with instructions on how to deploy to GitHub Pages.
1119
-
1120
- To publish it at [https://myusername.github.io/my-app](https://myusername.github.io/my-app), run:
1121
-
1122
- ```sh
1123
- npm install --save-dev gh-pages
1124
- ```
1125
-
1126
- Add the following script in your `package.json`:
1127
-
1128
- ```js
1129
- // ...
1130
- "scripts": {
1131
- // ...
1132
- "deploy": "npm run build&&gh-pages -d build"
1133
- }
1134
- ```
1135
-
1136
- (Note: the lack of whitespace is intentional.)
1137
-
1138
- #### Step 3: Deploy the site by running `npm run deploy`
1139
-
1140
- Then run:
1141
-
1142
- ```sh
1143
- npm run deploy
1144
- ```
1145
-
1146
- #### Step 4: Ensure your project's settings use `gh-pages`
1147
-
1148
- Finally, make sure **GitHub Pages** option in your GitHub project settings is set to use the `gh-pages` branch:
1149
-
1150
- <img src="http://i.imgur.com/HUjEr9l.png" width="500" alt="gh-pages branch setting">
1151
-
1152
- #### Step 5: Optionally, configure the domain
1153
-
1154
- You can configure a custom domain with GitHub Pages by adding a `CNAME` file to the `public/` folder.
1155
-
1156
- #### Notes on client-side routing
1157
-
1158
- GitHub Pages doesn't support routers that use the HTML5 `pushState` history API under the hood (for example, React Router using `browserHistory`). This is because when there is a fresh page load for a url like `http://user.github.io/todomvc/todos/42`, where `/todos/42` is a frontend route, the GitHub Pages server returns 404 because it knows nothing of `/todos/42`. If you want to add a router to a project hosted on GitHub Pages, here are a couple of solutions:
1159
-
1160
- * You could switch from using HTML5 history API to routing with hashes. If you use React Router, you can switch to `hashHistory` for this effect, but the URL will be longer and more verbose (for example, `http://user.github.io/todomvc/#/todos/42?_k=yknaj`). [Read more](https://github.com/reactjs/react-router/blob/master/docs/guides/Histories.md#histories) about different history implementations in React Router.
1161
- * Alternatively, you can use a trick to teach GitHub Pages to handle 404 by redirecting to your `index.html` page with a special redirect parameter. You would need to add a `404.html` file with the redirection code to the `build` folder before deploying your project, and you’ll need to add code handling the redirect parameter to `index.html`. You can find a detailed explanation of this technique [in this guide](https://github.com/rafrex/spa-github-pages).
1162
-
1163
- ### Heroku
1164
-
1165
- Use the [Heroku Buildpack for Create React App](https://github.com/mars/create-react-app-buildpack).<br>
1166
- You can find instructions in [Deploying React with Zero Configuration](https://blog.heroku.com/deploying-react-with-zero-configuration).
1167
-
1168
- #### Resolving "Module not found: Error: Cannot resolve 'file' or 'directory'"
1169
-
1170
- Sometimes `npm run build` works locally but fails during deploy via Heroku with an error like this:
1171
-
1172
- ```
1173
- remote: Failed to create a production build. Reason:
1174
- remote: Module not found: Error: Cannot resolve 'file' or 'directory'
1175
- MyDirectory in /tmp/build_1234/src
1176
- ```
1177
-
1178
- This means you need to ensure that the lettercase of the file or directory you `import` matches the one you see on your filesystem or on GitHub.
1179
-
1180
- This is important because Linux (the operating system used by Heroku) is case sensitive. So `MyDirectory` and `mydirectory` are two distinct directories and thus, even though the project builds locally, the difference in case breaks the `import` statements on Heroku remotes.
1181
-
1182
- ### Modulus
1183
-
1184
- See the [Modulus blog post](http://blog.modulus.io/deploying-react-apps-on-modulus) on how to deploy your react app to Modulus.
1185
-
1186
- ## Netlify
1187
-
1188
- **To do a manual deploy to Netlify's CDN:**
1189
-
1190
- ```sh
1191
- npm install netlify-cli
1192
- netlify deploy
1193
- ```
1194
-
1195
- Choose `build` as the path to deploy.
1196
-
1197
- **To setup continuous delivery:**
1198
-
1199
- With this setup Netlify will build and deploy when you push to git or open a pull request:
1200
-
1201
- 1. [Start a new netlify project](https://app.netlify.com/signup)
1202
- 2. Pick your Git hosting service and select your repository
1203
- 3. Click `Build your site`
1204
-
1205
- **Support for client-side routing:**
1206
-
1207
- To support `pushState`, make sure to create a `public/_redirects` file with the following rewrite rules:
1208
-
1209
- ```
1210
- /* /index.html 200
1211
- ```
1212
-
1213
- When you build the project, Create React App will place the `public` folder contents into the build output.
1214
-
1215
- ### Now
1216
-
1217
- See [this example](https://github.com/xkawi/create-react-app-now) for a zero-configuration single-command deployment with [now](https://zeit.co/now).
1218
-
1219
- ### S3 and CloudFront
1220
-
1221
- See this [blog post](https://medium.com/@omgwtfmarc/deploying-create-react-app-to-s3-or-cloudfront-48dae4ce0af) on how to deploy your React app to Amazon Web Services [S3](https://aws.amazon.com/s3) and [CloudFront](https://aws.amazon.com/cloudfront/).
1222
-
1223
- ### Surge
1224
-
1225
- Install the Surge CLI if you haven't already by running `npm install -g surge`. Run the `surge` command and log in you or create a new account. You just need to specify the *build* folder and your custom domain, and you are done.
1226
-
1227
- ```sh
1228
- email: email@domain.com
1229
- password: ********
1230
- project path: /path/to/project/build
1231
- size: 7 files, 1.8 MB
1232
- domain: create-react-app.surge.sh
1233
- upload: [====================] 100%, eta: 0.0s
1234
- propagate on CDN: [====================] 100%
1235
- plan: Free
1236
- users: email@domain.com
1237
- IP Address: X.X.X.X
1238
-
1239
- Success! Project is published and running at create-react-app.surge.sh
1240
- ```
1241
-
1242
- Note that in order to support routers that use HTML5 `pushState` API, you may want to rename the `index.html` in your build folder to `200.html` before deploying to Surge. This [ensures that every URL falls back to that file](https://surge.sh/help/adding-a-200-page-for-client-side-routing).
1243
-
1244
- ## Troubleshooting
1245
-
1246
- ### `npm test` hangs on macOS Sierra
1247
-
1248
- If you run `npm test` and the console gets stuck after printing `react-scripts test --env=jsdom` to the console there might be a problem with your [Watchman](https://facebook.github.io/watchman/) installation as described in [facebookincubator/create-react-app#713](https://github.com/facebookincubator/create-react-app/issues/713).
1249
-
1250
- We recommend deleting `node_modules` in your project and running `npm install` (or `yarn` if you use it) first. If it doesn't help, you can try one of the numerous workarounds mentioned in these issues:
1251
-
1252
- * [facebook/jest#1767](https://github.com/facebook/jest/issues/1767)
1253
- * [facebook/watchman#358](https://github.com/facebook/watchman/issues/358)
1254
- * [ember-cli/ember-cli#6259](https://github.com/ember-cli/ember-cli/issues/6259)
1255
-
1256
- It is reported that installing Watchman 4.7.0 or newer fixes the issue. If you use [Homebrew](http://brew.sh/), you can run these commands to update it:
1257
-
1258
- ```
1259
- watchman shutdown-server
1260
- brew update
1261
- brew reinstall watchman
1262
- ```
1263
-
1264
- You can find [other installation methods](https://facebook.github.io/watchman/docs/install.html#build-install) on the Watchman documentation page.
1265
-
1266
- If this still doesn't help, try running `launchctl unload -F ~/Library/LaunchAgents/com.github.facebook.watchman.plist`.
1267
-
1268
- There are also reports that *uninstalling* Watchman fixes the issue. So if nothing else helps, remove it from your system and try again.
1269
-
1270
- ### `npm run build` silently fails
1271
-
1272
- It is reported that `npm run build` can fail on machines with no swap space, which is common in cloud environments. If [the symptoms are matching](https://github.com/facebookincubator/create-react-app/issues/1133#issuecomment-264612171), consider adding some swap space to the machine you’re building on, or build the project locally.
1273
-
1274
- ### `npm run build` fails on Heroku
1275
-
1276
- This may be a problem with case sensitive filenames.
1277
- Please refer to [this section](#resolving-module-not-found-error-cannot-resolve-file-or-directory).
1278
-
1279
- ## Something Missing?
1280
-
1281
- If you have ideas for more “How To” recipes that should be on this page, [let us know](https://github.com/facebookincubator/create-react-app/issues) or [contribute some!](https://github.com/facebookincubator/create-react-app/edit/master/packages/react-scripts/template/README.md)