This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

generate-react-parcel-app

1.2.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i generate-react-parcel-app

Weekly Downloads

1

Version

1.2.4

License

MIT

Unpacked Size

4.76 kB

Total Files

4

Last publish

Collaborators

  • starksten