Starter template for projects using React, Redux, SASS, and Webpack.
- Clone the project:
git clone https://github.com/kylevdr/react-redux-template.git
- Navigate to the directory:
cd react-redux-template
- Install dependencies:
npm install
- Make sure to set up your own git repository, change the name, and edit information in package.json
- Watch the files with webpack:
npm run dev
orwebpack --watch
- Happy coding!