npm install create-react-appyarn add create-react-apppnpm add create-react-app<script src="https://fastly.jsdelivr.net/npm/create-react-app"></script><script src="https://unpkg.com/create-react-app"></script><script type="module">
import createreactapp from 'https://cdn.jsdelivr.net/npm/create-react-app/+esm';
</script><script type="module">
import createreactapp from 'https://cdn.skypack.dev/create-react-app';
</script>