Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 219 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 219 Bytes

React Custom Boilerplate

Basic React Boilerplate with minimal dependencies.

Quick Start

# Install dependencies
npm install

# Serve on localhost:3000
npm start

# Build for production
npm run build