An open API service indexing awesome lists of open source software.

https://github.com/radvalentin/tiny-react-env

Roll your own tiny React environment using Webpack, Babel, and Sass
https://github.com/radvalentin/tiny-react-env

babel react sass tutorial webpack

Last synced: 3 months ago
JSON representation

Roll your own tiny React environment using Webpack, Babel, and Sass

Awesome Lists containing this project

README

        

# tiny-react-env

This project was built to accompany an article on Codementor.

Click [here](https://goo.gl/d85bDh) to learn how to set up Webpack + React + Babel + Sass

#### Notes

If you get errors on Windows while installing `node-sass`, you'll need to install `node-gyp` and `windows-build-tools` beforehand, see this [thread](https://stackoverflow.com/q/46953808/1333383)