https://github.com/iagodahlem/web-app-template
Web app template with Parcel.
https://github.com/iagodahlem/web-app-template
css html parcel web webapp
Last synced: about 1 year ago
JSON representation
Web app template with Parcel.
- Host: GitHub
- URL: https://github.com/iagodahlem/web-app-template
- Owner: iagodahlem
- Created: 2022-02-04T01:56:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T14:34:34.000Z (over 4 years ago)
- Last Synced: 2024-04-09T14:49:12.860Z (about 2 years ago)
- Topics: css, html, parcel, web, webapp
- Language: HTML
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-app-template
Web app template with Parcel.
## Requirements
- Node v17.4.0
- Yarn v1.22.17
## Install
First install all the dependencies:
```sh
yarn install
```
## Usage
Then, run the development server:
```sh
yarn start
```
Open http://localhost:1234 with your browser to see the result.
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## License
[MIT License](http://iagodahlem.mit-license.org/) © Iago Dahlem