https://github.com/thadeu/parcel-starter-app
🎁 package parcel quickly start app
https://github.com/thadeu/parcel-starter-app
Last synced: about 1 year ago
JSON representation
🎁 package parcel quickly start app
- Host: GitHub
- URL: https://github.com/thadeu/parcel-starter-app
- Owner: thadeu
- License: mit
- Created: 2019-03-01T18:34:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T16:17:52.000Z (over 7 years ago)
- Last Synced: 2024-10-19T06:25:26.367Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parcel Starter App
### install dependencies
```
yarn install
```
and run application
```bash
yarn start
```