🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

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

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Creates a configurable React app.

Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
4
-60%
Maintainers
1
Weekly downloads
 
Created
Source

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

Creates a configurable React app.

Features

  • Zero config to get started
  • Typescript support
  • Completely customizable

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

Keywords

create

FAQs

Package last updated on 25 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts