Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.