React-redux-universal-hot-example: How to safely remove bootstrap, less and font awesome from the project?

Created on 24 Mar 2016  路  4Comments  路  Source: erikras/react-redux-universal-hot-example

I tried to do this myself, but found whole repo to be a bit overwhelming and I probably left some crucial bits out or removed ones that should now be removed.

Hence the question:
How can I safely remove everything associated to bootstrap, font awesome and less from the project?

Most helpful comment

It would be nice if someone could give a more precise step by step way to remove it and exchange, lets say with regular postcss or sass

All 4 comments

@IljaDaderko
1) Modify webpack/webpack-isomorphic-tools.js to remove all bootstrap & fontawesome configs
2) Modify src/helpers/Html.js to remove bootstrap configs
If you like,
then remove bootstrap config files under the theme folder; clean up package.json.

Thank you.

Having done this, I believe less is still present in the project

It would be nice if someone could give a more precise step by step way to remove it and exchange, lets say with regular postcss or sass

Was this page helpful?
0 / 5 - 0 ratings