1.0.0 • Published 5 years ago

react-noobie v1.0.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
5 years ago

react-starter

Create dead simple React applications without billions of package.json dependencies.

Setup

npm install
npm run build

Structure

├── client
│   └── index.js
├── config
│   └── webpack.js
├── package.json
└── site
    ├── css
    │   └── style.css
    ├── images
    ├── index.html
    └── js
        └── main.bundle.js