Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/delneg/tailwindcss-typescript-parcel-react-template

An opinionated template to start a React project with Parcel 2, TailwindCSS and Typescript configured.
https://github.com/delneg/tailwindcss-typescript-parcel-react-template

parcel parcel-bundler react react-router react-template reactjs redux tailwind tailwindcss template template-repository typescript

Last synced: 28 days ago
JSON representation

An opinionated template to start a React project with Parcel 2, TailwindCSS and Typescript configured.

Awesome Lists containing this project

README

        

## Building and running on localhost

First install dependencies:

```sh
pnpm install
```

To run in hot module reloading mode:

```sh
pnpm start
```

To create a production build:

```sh
pnpm run build
```

See more at: https://parceljs.org/features/production/

## Parcel docs

Sass
https://parceljs.org/languages/sass/

Images
https://parceljs.org/recipes/image/

React
https://parceljs.org/recipes/react/

Typescript
https://parceljs.org/languages/typescript/