Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`