INTRODUCTION
This is a URL Shortening App Built With ReactJS
This project was bootstrapped with Create React App.
INSTALLATION
- Clone git repository
- Cd into the root directory
- Run npm install (To download dependencies)
- After downloading dependencies, run npm start
- Done
FOLDER STRUCTURE
src - components (All components located here) - config (App config keys & token) - actions (All actions annotated with associated component eg Home Component = home.actions.js) - reducers (All reducers annotated with associated component eg Home Component = home.reducer.js) - services (Internal App webservices) - tests (Some test cases)