Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicksp/example-react-parcel
Just playing around with React and Parcel as bundler 📦🚀
https://github.com/nicksp/example-react-parcel
babel parcel-bundler react scss
Last synced: 27 days ago
JSON representation
Just playing around with React and Parcel as bundler 📦🚀
- Host: GitHub
- URL: https://github.com/nicksp/example-react-parcel
- Owner: nicksp
- Created: 2017-12-29T02:42:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T03:56:53.000Z (about 7 years ago)
- Last Synced: 2024-11-10T14:43:43.718Z (3 months ago)
- Topics: babel, parcel-bundler, react, scss
- Language: HTML
- Homepage:
- Size: 39.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# example-react-parcel
Just an example showing how to build React app using [Parcel](https://parceljs.org/).
## Getting Started
- install Node >= 8
- `yarn`
- `yarn start` // ro run dev server
- `yarn build` // to build once
- open `http://localhost:2017`