Skip to content

timgthomas/building-react-with-broccoli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building React with Broccoli

This repository contains an example of building a React app with the excellent Broccoli library. To get started:

  1. Clone the repsitory.
  2. Install the Broccoli CLI (npm install -g broccoli-cli).
  3. Install local dependencies (npm install).
  4. Run the Broccoli development server (broccoli serve).

If you'd like to learn more about this approach, check out my blog post on the subject. Enjoy!