smashingboxes / boxcar-generator-archive

A tool for generating Rails applications with the best practices of the Smashing Boxes team.
MIT License
16 stars 2 forks source link

Set up frontend directory for SPA #158

Open dkniffin opened 5 years ago

dkniffin commented 5 years ago

Open question: We don't want to require react, in case we want to use Angular or something else. But if we do us react, we want to use create-react-app, and install the latest version of that (with Typescript). How do we support these use-cases?