mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-20 16:14:51 +08:00
Add placeholders where old template READMEs used to be (#7972)
This commit is contained in:
@@ -39,7 +39,7 @@ function printHostingInstructions(
|
||||
console.log();
|
||||
console.log('Find out more about deployment here:');
|
||||
console.log();
|
||||
console.log(` ${chalk.yellow('https://create-react-app.dev/docs/deployment')}`);
|
||||
console.log(` ${chalk.yellow('bit.ly/CRA-deploy')}`);
|
||||
console.log();
|
||||
}
|
||||
|
||||
|
||||
1
packages/react-scripts/template-typescript/README.md
Normal file
1
packages/react-scripts/template-typescript/README.md
Normal file
@@ -0,0 +1 @@
|
||||
This file has moved [here](https://github.com/facebook/create-react-app/blob/master/packages/cra-template-typescript/template/README.md)
|
||||
1
packages/react-scripts/template/README.md
Normal file
1
packages/react-scripts/template/README.md
Normal file
@@ -0,0 +1 @@
|
||||
This file has moved [here](https://github.com/facebook/create-react-app/blob/master/packages/cra-template/template/README.md)
|
||||
Reference in New Issue
Block a user