Create React Sass App

Hey everyone, days ago I shared a repo to create a react app with redux (topic), all design was made to be easy to use and with comments.

Now I’m here to share the create-react-sass-app, it creates also a react app but with very nice design folders for sass, with gitignoring all css files. You just need do to code into sass folder and run npm start (You can do it before edit the sass files too, it’s up to you, the app will update automatically :slight_smile: It’s magic ). Every time you edit the sass at src/style/scss file, the code you create a css file at src/style/css. With gitignore your code will be clean with onle sass folder.

I’ve separated scss and css into 2 folders to be nice to work with.

Hope you enjoy.

1 Like

thanks a lot for sharing