Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxhu08/simple-parcel-template
🙌 simple and quick to setup template w/ parcel
https://github.com/maxhu08/simple-parcel-template
parcel tailwindcss typescript
Last synced: 23 days ago
JSON representation
🙌 simple and quick to setup template w/ parcel
- Host: GitHub
- URL: https://github.com/maxhu08/simple-parcel-template
- Owner: maxhu08
- Created: 2024-11-02T01:04:41.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-20T00:00:56.000Z (about 2 months ago)
- Last Synced: 2024-11-20T00:29:53.518Z (about 2 months ago)
- Topics: parcel, tailwindcss, typescript
- Language: HTML
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-parcel-template
simple template that uses parcel and has hot module reloading, typescript, and tailwind setup
## getting started
run these commands:
```shell
# clone
git clone https://github.com/maxhu08/simple-parcel-template.git
cd simple-parcel-template# remove git info
rm -rf .git# install dependencies
bun i
```to run:
```shell
# development mode
bun dev# production mode
bun build
```then go to the link it gives, which will probably be `localhost:1234`