https://github.com/bbonkr/playground-tailwindcss
Playground Tailwind CSS
https://github.com/bbonkr/playground-tailwindcss
hacktoberfest hacktoberfest2021 react tailwindcss typescript webpack
Last synced: 3 months ago
JSON representation
Playground Tailwind CSS
- Host: GitHub
- URL: https://github.com/bbonkr/playground-tailwindcss
- Owner: bbonkr
- License: mit
- Created: 2021-10-05T03:02:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-05T04:06:40.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T17:14:47.062Z (over 1 year ago)
- Topics: hacktoberfest, hacktoberfest2021, react, tailwindcss, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Starter Kit
This repository is Template for React Starter that uses Typescript.
It includes Some sample code with React router dom and dynamic imports.
Includes Pre-configured below.
- Webpack
- Webpack dev server with React Hot Reload
- eslint
- prettier
## NPM scripts
### dev
Run dev server on `http://localhost:3000`
### build
Transpile and bundle your code.
### lint
Verify your code then may try to fix when out of rules.