Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 620 Bytes

File metadata and controls

26 lines (14 loc) · 620 Bytes

react-parcel-demo

A sample repository using Parcel bundler for React applications

Available Scripts

In the project directory, you can run:

npm install

Installs the dependencies.

npm start

Runs the app in the development mode with hot reloading.
Now, open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

npm run build

Builds the app for the production mode.

Todo

As of now the parcel bundler does not support babel.config.js, once the support is present, need to replace .babelrc with babel.config.js