/parcel-react-template

parcel-react-template helps users to create React applications that use Parcel as a bundler.

Primary LanguageJavaScript

parcel-react-template

This package includes Node.js command line script that is published to NPM as a parcel-react-template. This CLI tool helps users to create React applications that use Parcel as bundler.

npm npm bundle size NPM

Install Globally

This package requires node >= 8.

npm install -g parcel-react-template

Then;

parcel-react-template my-awesome-app

Usage with npx

npx parcel-react-template my-awesome-app

Then;

cd my-awesome-app && npm start # ( or yarn start both are valid. )

Your bootsrapped app is ready on http://localhost:3000