Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 📦🚀

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`