Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbonkr/react-starter-kit
React starter kit
https://github.com/bbonkr/react-starter-kit
hacktoberfest hacktoberfest2021 react typescript webpack
Last synced: 25 days ago
JSON representation
React starter kit
- Host: GitHub
- URL: https://github.com/bbonkr/react-starter-kit
- Owner: bbonkr
- License: mit
- Created: 2020-11-15T06:06:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T14:11:18.000Z (over 1 year ago)
- Last Synced: 2024-04-09T21:56:08.514Z (7 months ago)
- Topics: hacktoberfest, hacktoberfest2021, react, typescript, webpack
- Language: TypeScript
- Homepage: http://bbon.me/react-starter-kit
- Size: 2.57 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
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.