https://github.com/j-f-liu/parcel-react-boilerplate
Build React.js project with Parcel bundler.
https://github.com/j-f-liu/parcel-react-boilerplate
Last synced: 3 months ago
JSON representation
Build React.js project with Parcel bundler.
- Host: GitHub
- URL: https://github.com/j-f-liu/parcel-react-boilerplate
- Owner: J-F-Liu
- Created: 2018-02-10T14:39:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T10:50:31.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T19:29:42.508Z (5 months ago)
- Language: JavaScript
- Size: 588 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parcel-React-Boilerplate
Build React.js project using Parcel, also includes:
- reboot.css
- styled-components
- sweetalert# Usage
```
git clone --depth 1 https://github.com/J-F-Liu/parcel-react-boilerplate.git your-project
cd your-project
yarn
yarn start
yarn build
yarn lint
```