allencoded / aurelia-react-skeleton

Aurelia Webpack skeleton with react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aurelia With React (Webpack)

This was started out of me trying for hours to figure out how to make React components work in the official Aurelia-Webpack-Skeleton. I found a great JSPM tutorial that aided in guiding me How to Use React.js In Aurelia. I want to give a lot of credit to Dwayne his work allowed me to forge this webpack solution.

Begin

Install dependencies:

npm install 

Spin up the aurelia official skeleton.

npm start

Navigate to the React Example Route: http://localhost:8080/#/react

How

You can find how I accomplished this in the wiki.

About

Aurelia Webpack skeleton with react


Languages

Language:JavaScript 84.6%Language:HTML 9.7%Language:CSS 5.7%