1.1.1 • Published 2 years ago

create-react-min v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React-Minimal · GitHub license npm version

Creating an App

npm

npx create-react-min my-app
npm install

yarn

yarn create react-min my-app
yarn install

It will create a directory called my-app inside the current folder. Inside that directory, it will generate the initial project structure.

my-app
├─ README.md
├─ package.json
├─ public
│  ├─ favicon.ico
│  ├─ index.html
│  ├─ logo192.png
│  └─ manifest.json
└─ src
   ├─ App.js
   ├─ index.css
   └─ index.js

Getting Started with React Minimal

Available Scripts in the project directory, you can run:

yarn start || npm start

Runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.\ You will also see any lint errors in the console.

yarn build || npm run build

Builds the app for production to the build folder.\ It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\ Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

1.1.1

2 years ago

1.0.16

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago