tolry / talkly

little pet project for gathering talk suggestions and voting your favorite one
MIT License
8 stars 4 forks source link

integrate create-react-app #108

Open DavidBadura opened 7 years ago

DavidBadura commented 7 years ago

We have an own react setup that works. But it would be very nice if we are using react-scripts.

DavidBadura commented 7 years ago

Btw. create-react-app doesn't have sass/scss support :-(

dragonito commented 7 years ago

https://github.com/rickharrison/create-react-app-sass

DavidBadura commented 7 years ago

"Your src directory will automatically re-compile any .scss file into a .css file with the same name in the same location."

This is only a workaround ;-)

DavidBadura commented 5 years ago

create-react-app v2 has sass support :) https://reactjs.org/blog/2018/10/01/create-react-app-v2.html