Web app template with Parcel.
- Node v17.4.0
- Yarn v1.22.17
First install all the dependencies:
yarn install
Then, run the development server:
yarn start
Open http://localhost:1234 with your browser to see the result.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT License © Iago Dahlem