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

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.

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