1.0.7 • Published 4 years ago
create-react-app-v2 v1.0.7
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 folderyour-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 alocalhost
server at port 3000.
For production
npm run build
Configuration
- Modify
webpack
files to meet with your project needs