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

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

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.