Create react apps with optional build config.
- Zero config to get started
- Typescript support
- Completely customizable
- Display error overlay in app
Run any one of the following commands to start creating your app.
# With npx
$ npx @open-tech-world/create-react-app [your-app-name]
# With npm
$ npm init @open-tech-world/react-app [your-app-name]
It runs the app in development mode. Check the running app at http://localhost:8080
# With npm
$ npm start
# With yarn
$ yarn start
It builds the app for production deployment.
# With npm
$ npm run build
# With yarn
$ yarn run build