You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@ In order to keep things tidy the log file is truncated after it grows larger tha
56
56
57
57
### Developer Extensions
58
58
59
+
> NOTE: The developer tools is currently disabled until I can figure out how to get it working with the latest version of electron.
60
+
59
61
When ran in development mode (`NODE_ENV=development`) [React Developer Tools](https://github.com/facebook/react-devtools)
60
62
is installed to improve your development experience.
61
63
@@ -66,6 +68,8 @@ is installed to improve your development experience.
66
68
Prototyping components in an isolated environment is critical to well designed components. Not only does it save the headache of navigating all over the app just to see your updated component, but it also forces you to develop loosly coupled components.
67
69
Building a collection of "stories" also makes it easier to do some simple acceptence testing.
68
70
71
+
Some sample stories are located in `src/stories/`.
72
+
69
73
Details are in the scripts section below.
70
74
71
75
## Available Scripts
@@ -92,10 +96,10 @@ See the section about [running tests](https://facebook.github.io/create-react-ap
92
96
93
97
### `yarn build`
94
98
95
-
Builds the app for production to the `build` folder.<br>
96
-
It correctly bundles React in production mode and optimizes the build for the best performance.
99
+
Builds the app for production and places the compiled files int the `dist` folder.
100
+
This process correctly bundles React in production mode and optimizes the build for the best performance.
97
101
98
-
The build is minified and the filenames include the hashes.<br>
102
+
The build is minified and the filenames include the hashes.
99
103
Your app is ready to be deployed!
100
104
101
105
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
0 commit comments