Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/belco90/react-parcel-demo
- Owner: Belco90
- License: bsd-2-clause
- Created: 2021-11-03T20:20:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T22:45:10.000Z (over 2 years ago)
- Last Synced: 2024-10-12T17:33:55.313Z (3 months ago)
- Topics: parcel, react, webapp
- Language: JavaScript
- Homepage:
- Size: 508 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.