Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 415 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 415 Bytes

Simple react.js setup

This is a minimal react+webpack+babel project to avoid heavy modules installation with create-react-app. Based on this guide.

Installation

  • clone this repo
  • cd bare-react-project
  • pnpm install
  • pnpm start
  • go to localhost:3000

License

WTFPL