/parcel-react-minimal

Simple tests made with Parcel in order to build React app

Primary LanguageJavaScript

Playing with Parcel

Simple directory with minimal requirements to work with Parcel and React.

Installation

  • Ensure to have Node.js installed otherwhise, if you are using NVM run nvm install.
  • Run yarn install or npm install.
  • Launch local dev server with yarn start or npm run start.
  • Build project with yarn build or npm run build.