1.0.7 • Published 4 years ago

create-react-app-v2 v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Create a React App without create-react-app

Clean, Organized and Secure Code builds a better and reliable product

\ Create a React App from a boilerplate with minimalistic packages and reduce the vulnerabilities from unsecure and unmaintained packages.

Getting Started

  • npx create-react-app-v2 <your-app-name> - Creates an app folder your-app-name

If unable to download due to some version number issue...

npx create-react-app-v2@latest <your-app-name>

  • cd your-app-name
  • npm start - It will start a localhost server at port 3000.

For production

  • npm run build

Configuration

  • Modify webpack files to meet with your project needs

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago