BadIdeaFactory / truthgoggles

🤔 is hard, let the mindless 🤖 s help you do it
Apache License 2.0
3 stars 0 forks source link

Get rid of React Boilerplate #34

Closed slifty closed 6 years ago

slifty commented 6 years ago

We were using react boilerplate before, but shouldn't have been.

It's time to do some slight reorganization of the stack to support both a backend (Express, Sequelize) and the frontend elements (React).

Supporting technologies: eslint for linting; PugJS for templating; and Babel for whatever you call that thing that Babel does.

We want everything in ES6.

This issue somewhat includes #32 #30, but since it's slightly more than just those two it fits.