/react_webpack_starter

Minimal react app without using create-react-app

Primary LanguageTypeScript

Quick Start

# Install dependencies
npm install

# Serve on localhost:3000
npm start

# Build for production
npm run build