Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 619 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 619 Bytes

web-app-template

Web app template with Parcel.

Requirements

  • Node v17.4.0
  • Yarn v1.22.17

Install

First install all the dependencies:

yarn install

Usage

Then, run the development server:

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 © Iago Dahlem