https://github.com/shubhangam333/reduxstagram
react redux based web app
https://github.com/shubhangam333/reduxstagram
Last synced: 15 days ago
JSON representation
react redux based web app
- Host: GitHub
- URL: https://github.com/shubhangam333/reduxstagram
- Owner: Shubhangam333
- Created: 2020-11-20T18:29:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T18:36:52.000Z (over 4 years ago)
- Last Synced: 2025-02-16T08:27:23.388Z (2 months ago)
- Language: JavaScript
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
A simple React + Redux implementation.
## Running
First `npm install` to grab all the necessary dependencies.
Then run `npm start` and open in your browser.
## Production Build
Run `npm build` to create a distro folder and a bundle.js file.