Skip to content

Commit

Permalink
add create-react-app-parcel (#4449)
Browse files Browse the repository at this point in the history
Add create-react-app-parcel to alternatives section in README
  • Loading branch information
swyxio authored and iansu committed May 12, 2018
1 parent a8a64c3 commit 0f84a4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ Here’s a few common cases where you might want to try something else:

* If you want to use **TypeScript**, consider using [create-react-app-typescript](https://github.com/wmonk/create-react-app-typescript).

* If you want to use **Parcel** instead of **Webpack** as your bundler, consider using [create-react-app-parcel](https://github.com/sw-yx/create-react-app-parcel).

* Finally, if you need **more customization**, check out [Neutrino](https://neutrino.js.org/) and its [React preset](https://neutrino.js.org/packages/react/).

All of the above tools can work with little to no configuration.
Expand Down

0 comments on commit 0f84a4b

Please sign in to comment.