- 22 Dec, 2022 5 commits
-
-
Nareshdhori authored
-
Nareshdhori authored
-
Nareshdhori authored
-
Nareshdhori authored
-
Nareshdhori authored
-
- 19 Apr, 2017 4 commits
-
-
Igor Ramos authored
* Node.js serving with absolute path It’s safer to use the absolute path of the directory that you want to serve, in case you run the express app from another directory. * Update README.md
-
Joe Haddad authored
# Conflicts: # packages/eslint-config-react-app/index.js
-
anilreddykatta authored
* Adding folder structure to help people navigate through project. It helps in resolving issues by providing brief description of each package and its purpose * Removing unnecessary packages from Folder structure heading * Update CONTRIBUTING.md
-
Gabriel Aumala authored
Pass the host from environment variable as argument of the devServer's listen function instead of a field of options object. Set the default host to 0.0.0.0 instead of localhost.
-
- 15 Apr, 2017 8 commits
-
-
Boris Serdiuk authored
* Add note about installing watchman * Update CONTRIBUTING.md
-
Joe Haddad authored
* Add linked modules test * Keep fallback after eject
-
Joe Haddad authored
-
Joseph Race authored
-
Mark Dalgleish authored
-
Dan Abramov authored
-
Tom Canac authored
* Fix npm to yarn * yarn & npm * Update index.html * Switch ordering of suggestion We should suggest NPM first for new users.
-
- 24 Mar, 2017 1 commit
-
-
Darren Scerri authored
* Fix AppVeyor CI (#1876) * Run AppVeyor on Visual Studio 2017
-
- 23 Mar, 2017 6 commits
-
-
Joe Haddad authored
Resolves #1661
-
Andrej Badin authored
Previous changes caused `detect-port` to pick random port on app startup. Update fixes this regression, `detect-port` pick next available port instead.
-
Koen de Leijer authored
Resolves #1818
-
Jonathan authored
* Adding shrink-to-fit=no for proper responsive handling on Safari 9+
-
Darren Scerri authored
-
Stoicescu Cristi authored
* Removed blockquote from code section * Fix the fix
-
- 20 Mar, 2017 6 commits
-
-
Dan Abramov authored
-
Jonathan authored
* Allow creation of apps in empty mercurial repos * Adding .hgignore to list of validFiles for isSafeToCreateProjectIn check * Adding .hgcheck to list of validFiles for isSafeToCreateProjectIn check
-
Dan Abramov authored
-
Dan Abramov authored
-
Geoff Davis authored
* Fix for issue #1798: Suggested 'yarn build' versus 'yarn run build' * remove 'run' from 'yarn test' command as well * conditionally show 'run' if Yarn is not available
-
moniuch authored
* docs: replace TDLR with a meaningful heading * docs: insert section No additional build tools * Tweak wording
-
- 10 Mar, 2017 1 commit
-
-
Michael Hsu authored
-
- 09 Mar, 2017 7 commits
-
-
Dan Abramov authored
- babel-preset-react-app@2.2.0 - eslint-config-react-app@0.6.2 - react-scripts@0.9.5
-
Dan Abramov authored
* Add 0.9.5 changelog * Update CHANGELOG.md
-
Ryan Walters authored
* Run CI on Node 7 * Bump detect-port: 1.0.1 -> 1.1.0 * Run AppVeyor CI on Node 7
-
Ben Alpert authored
Iterating over an object's keys using `for/in` is idiomatic and it's safe (in all modern browsers) to not check hasOwnProperty as long as the object is a plain object. Can we remove this lint rule?
-
Leo Lamprecht authored
* Suggest `serve` for serving the `build` directory * How to handle it with Node in prod (or other platforms) * Pretty newline added * Adjusted default port of static server * Remove `open` command from output * Removed constant assignment * Better explanation for not using having to use a static server * Cute newline added * Style nits
-
Andres Suarez authored
[skip ci]
-
Lorenzo Palmes authored
* Display yarn instead of yarnpkg * Refactored displayd commands * Removed testing directory
-
- 07 Mar, 2017 2 commits
-
-
Joe Haddad authored
* Switch to preset-env Disables webpack modules by enabling babel modules to resolve #1638 * Bump babel-core to match babel preset versions * Add uglify to targets
-
Joe Haddad authored
-