wasm-react-scripts
v5.0.4
Published
Configuration and scripts for Create React App including wasm.
Downloads
2
Readme
react-scripts
Create React App including wasm support
npx create-react-app my_awesome_app --scripts-version wasm-react-scripts
or with typescript support
npx create-react-app my_awesome_app --scripts-version wasm-react-scripts --template typescript
This package includes scripts and configuration used by Create React App. Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.