ptyped / kit

A zero-config HTML prototyping kit
MIT License
0 stars 0 forks source link

Add support for react instead of nunjucks #19

Open chrisdmacrae opened 6 years ago

chrisdmacrae commented 6 years ago

React support could be added fairly easily using express-react-views and would make this project more accessible

https://github.com/reactjs/express-react-views

chrisdmacrae commented 5 years ago

Instead of adding react support, adding support for changing the view engine would be better. That way any template can configure a different view engine.

Voila, bob's your uncle.