Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/delneg/tailwindcss-typescript-parcel-react-template
- Owner: delneg
- License: mit
- Created: 2021-11-29T13:07:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T13:16:14.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T19:58:25.452Z (7 months ago)
- Topics: parcel, parcel-bundler, react, react-router, react-template, reactjs, redux, tailwind, tailwindcss, template, template-repository, typescript
- Language: TypeScript
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/