Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 455 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 455 Bytes

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.