react-redux-scss-boilerplate
v0.1.0
Published
A react application boilerplate with react-redux implementation
Downloads
3
Maintainers
Readme
This project was bootstrapped with Create React App.
React app boilerplate
The project has the following dependencies
- Bootstrap 4.3
- SCSS support
- React Redux with an example of data fetch
- React Hooks eslint plugin
Purpose
This project is only for react developers to fresh and clean start. It has a basic redux based structured react app which consists:
- environment variable file
- SCSS based styling
- seperated local dependencies
- basic and ready-to-grow redux structure with fetching simple data example
Setting up & Running
npm install
npm start
or
yarn install
yarn start
License
MIT
Author
@cagcak