Skip to content

acid113/react-with-parcel-template

Repository files navigation

react-with-parcel-template

This is a React with Parcel bundler template project.

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

Running

Open the file dist/index.html in your browser

Testing

To run unit tests:

npm test

Credits

Made with createapp.dev

About

A React with Parcel bundler template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published