1.2.4 • Published 5 years ago

generate-react-parcel-app v1.2.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

ReactJS with ParcelJS Boilerplate

Demo

This is a very simple react boilerplate with zero configuration, thanks to parceljs bundler.

Quick Setup

  1. Run npx generate-react-parcel-app folderName
  2. Redirect to your folder cd folderName
  3. Start the project npm run start
  4. Enjoy! :)

Features

  • ReactJS v16
  • ParcelJS v1
  • Babel
  • ESLint (Airbnb)

File Structure

.
├── public
│   └── index.html
└── src
    ├── assets
    │   └── App.css
    ├── components
    │   └── App.jsx
    ├── index.jsx
    └── utils
        └── mountPoint.js
├── LICENSE.md
├── package.json
├── package-lock.json
├── .gitignore
├── .eslintrc.js
├── .browserslistrc
├── .babelrc

LICENSE

MIT license, Copyright (c) 2018 Godfrey Zubiaga

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago