This project was bootstrapped with Create React App.
The project has the following dependencies
- Bootstrap 4.3
- SCSS support
- React Redux with an example of data fetch
- React Hooks eslint plugin
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
npm install
npm start
or
yarn install
yarn start
MIT
@cagcak