Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 278 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 278 Bytes

React Boilerplate

Minimal boilerplate for creating a React app without create-react-app.

Getting Started

npm install
npm start

This will start a webpack dev server.

Open http://localhost:9000/ to view the application in the browser.