Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/belco90/react-parcel-demo

Webapp demo built with React + Parcel
https://github.com/belco90/react-parcel-demo

parcel react webapp

Last synced: about 2 months ago
JSON representation

Webapp demo built with React + Parcel

Awesome Lists containing this project

README

        

# React project built with Parcel

## Available Scripts

### Start

`npm start`

Runs the app in the development mode.
Open `http://localhost:1234` to view it in the browser.

The page will reload if you make edits.

### Build

`npm run build`

Builds a static copy of your site to the `dist/` folder.
Your app is ready to be deployed!

### Test

`npm run test`

Runs the tests with jest + React Testing Library.

### Lint

`npm run lint`

Runs ESLint to report code problems in the console.

### Format

`npm run format`

Format the code with prettier.