项目作者: godfreyzubiaga

项目描述 :
A simple React boilerplate using Parcel as bundler.
高级语言: JavaScript
项目地址: git://github.com/godfreyzubiaga/parcel-react-boilerplate.git
创建时间: 2018-10-16T12:55:16Z
项目社区:https://github.com/godfreyzubiaga/parcel-react-boilerplate

开源协议:MIT License

下载


ReactJS with ParcelJS Boilerplate

This project is bootsraped with generate-react-parcel-app



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
  • Parcel
  • Babel
  • ESLint (Airbnb)

File Structure

  1. .
  2. ├── public
  3. └── index.html
  4. └── src
  5. ├── assets
  6. └── App.css
  7. ├── components
  8. └── App.jsx
  9. ├── index.jsx
  10. └── utils
  11. └── mountPoint.js
  12. ├── LICENSE.md
  13. ├── package.json
  14. ├── package-lock.json
  15. ├── .gitignore
  16. ├── .eslintrc.js
  17. ├── .browserslistrc
  18. ├── babel.config.js

LICENSE

MIT license, Copyright (c) 2021 Godfrey Zubiaga