0.2.2 • Published 6 years ago

@open-tech-world/create-react-app v0.2.2

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

@open-tech-world/create-react-app

Create react apps with optional build config.

Features

  • Zero config to get started
  • Typescript support
  • Completely customizable
  • Display error overlay in app

Getting started

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]

Scripts

Start the dev server

It runs the app in development mode. Check the running app at http://localhost:8080

# With npm
$ npm start

# With yarn
$ yarn start

Creates a production build

It builds the app for production deployment.

# With npm
$ npm run build

# With yarn
$ yarn run build
0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago