IndivisibleSomerville / its-our-call

2 stars 1 forks source link

Create React Boilerplate #11

Closed andrewtremblay closed 6 years ago

andrewtremblay commented 6 years ago

It has been decided offline that react.js will be our frontend of choice.

Requirements

Generate its-our-call react app in the /frontend directory.

ethanbb commented 6 years ago

I've seen create-react-app used for setup - any disadvantages to that you know about? It's for single-page applications only, which I think is what we want, right?

andrewtremblay commented 6 years ago

create-react-app is definitely the canonical way for generating React apps. I would suggest using that along with Webpack for bundling.