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