create-react-app-v2

1.0.7 • Public • Published

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

/create-react-app-v2/

    Package Sidebar

    Install

    npm i create-react-app-v2

    Weekly Downloads

    1

    Version

    1.0.7

    License

    MIT

    Unpacked Size

    4.63 kB

    Total Files

    4

    Last publish

    Collaborators

    • smajum