An open API service indexing awesome lists of open source software.

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.

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
```