Commit Graph

13 Commits

Author SHA1 Message Date
Adeel Imran
24143089af Document --use-npm (#7279) 2019-06-27 10:16:31 +03:00
Robert van Steen
e7a2d6168a Set baseUrl from jsconfig.json/tsconfig.json (#6656)
* Set baseUrl from jsconfig.json/tsconfig.json

* Resolve the path for loading modules

* Add tests for jsconfig.json

* Add jsconfig.json

* Update packages/react-scripts/scripts/start.js

* Move baseUrl test to config folder

* Remove alias test

* Use chalk from react-dev-utils

* Add lost absolute file for typescript baseUrl test

* Update packages/react-scripts/config/modules.js

* Update other references of useTypeScript to hasTsConfig

* Fix casing of TypeScript

* Keep respecting NODE_PATH for now to support multiple module paths.

* Add test for NODE_PATH

* Add fallback if NODE_PATH is not set.

* Fix node path behavior tests

* Remove debugging code from behavior test suite

* Remove more debugging code

* Show NODE_PATH deprecation warning during build


Co-authored-by: Ian Sutherland <ian@iansutherland.ca>
Co-authored-by: Brody McKee <mrmckeb@users.noreply.github.com>
Co-authored-by: Jack Zhao <jzhao@fb.com>
2019-04-16 15:08:24 -06:00
Ian Schmitz
715448783a Add link to TypeScript page in Getting Started (#6817)
This also updates our min version of Node that we ask for
2019-04-13 20:18:51 -07:00
Rico Kahler
dea19fdb30 Add --no-watch test flag to docs (#6331) 2019-02-04 09:21:05 +02:00
Ian Schmitz
2741781bc6 Add note for global install of CLI (#6157)
* Add note for global install of CLI

Closes #6140.
2019-01-09 13:16:09 -08:00
Wendy Smoak
de44ef806d Fix link to page about running tests (#5883) 2018-11-22 18:35:33 -08:00
Jesse Peterman
473fde0e1c Fixed typo in getting-started (#5493)
changed amy to any
2018-10-20 00:37:07 -07:00
Dan Abramov
567921d929 Merge branch 'docusaurus' 2018-10-19 18:52:43 -04:00
Amy Lam
6235d57631 Edits to Getting Started
- Copy edits for consistency
- Remove <br>'s for readability

Should all headers be Title Case? I see `Creating an App` but `Installing A Dependency`. I tend to use https://titlecaseconverter.com/, thoughts?
2018-10-11 01:37:00 -07:00
Jon Clark
04735de777 Update path to serviceWorker.js in docs (#5371) 2018-10-09 13:57:53 -06:00
Kristofer Selbekk
89087144ac Title Case All Headings 2018-10-09 06:55:08 +02:00
Kristofer Selbekk
c17858fdea Add some headings to the getting started section 2018-10-07 17:51:45 +02:00
Kristofer Selbekk
4bda8f7350 5238 set up basic docs structure (#5245)
* Add a temporary README file

This commit adds a temporary readme file that points users to the
main README file or the User Guide.

* Add a "getting started" doc

This commit adds a page for getting started, copying the
"Get started now" from the current `README.md`.

* Add link to the get started page from the index page

* Add the getting started doc to the site header

* Add footer link to getting started info

* Add getting started to the sidebar

* Add placeholder for the user guide page

* Add links to the user-guide page as well

* Add auto-generated i18n file

* Move all docusaurus related files into own folder
2018-10-03 23:09:14 +01:00