1.2.4 • Published 7 years ago
generate-react-parcel-app v1.2.4
ReactJS with ParcelJS Boilerplate
This is a very simple react boilerplate with zero configuration, thanks to parceljs bundler.
Quick Setup
- Run
npx generate-react-parcel-app folderName - Redirect to your folder
cd folderName - Start the project
npm run start - 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
├── .babelrcLICENSE
MIT license, Copyright (c) 2018 Godfrey Zubiaga