Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hugodf/react-minimal-starter-parcel

A minimal starter project (2-files, 1 JS file) for React with Parcel
https://github.com/hugodf/react-minimal-starter-parcel

minimal parcel-bundler parcel-react react react-starter-kit react-starter-project

Last synced: 13 days ago
JSON representation

A minimal starter project (2-files, 1 JS file) for React with Parcel

Awesome Lists containing this project

README

        

# React Minimal Starter Parcel

A minimal starter project (2-files, 1 JS file) for React with Parcel and xo for linting.

## Scripts

`npm start`: runs Parcel in dev mode

`npm run build`: run Parcel in build mode (outputs to `./dist`).

## License

Licensed under MIT, see [LICENSE](./LICENSE).