This repository contains the most basic implementation of react with redux and sass.
Run npm install or yarn, depending on your preference.
To run the live server, install the dependencies, then run npm start or yarn start.
To build for production, install the dependencies, then run npm run build or yarn build.