A custom Javascript Web App template for Create React App
yarn create react-app <app-name> --template js-web-app
npm init react-app <app-name> --template js-web-app
npx create-react-app <app-name> --template js-web-app
If create-react-app is installed globally on your computer you can use this command:
create-react -app <app-name> --template js-web-app