Add placeholders where old template READMEs used to be (#7972)

This commit is contained in:
Ian Sutherland
2019-11-13 16:59:32 -07:00
committed by GitHub
parent 30b491b8b1
commit 915108b650
3 changed files with 3 additions and 1 deletions

View File

@@ -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();
}

View 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)

View File

@@ -0,0 +1 @@
This file has moved [here](https://github.com/facebook/create-react-app/blob/master/packages/cra-template/template/README.md)