Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 372 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 372 Bytes

parcel-example

An example of Parcel bundler with React.js.

Pre Requisite

You must have npm installed before setting up this project.

  • npm

Stack

  • Bundler: Parcel
  • Transpiler: Babel
  • Framework: React.JS

Running

To install dependencies:

  • npm install

To run the dev environment:

  • npm run dev

To build:

  • npm run build