Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahajanankur/react-redux-template
Simple react-redux starter template.
https://github.com/mahajanankur/react-redux-template
react reactjs redux
Last synced: 5 days ago
JSON representation
Simple react-redux starter template.
- Host: GitHub
- URL: https://github.com/mahajanankur/react-redux-template
- Owner: mahajanankur
- Created: 2019-12-19T08:38:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T14:01:02.000Z (over 1 year ago)
- Last Synced: 2024-10-18T22:28:54.861Z (2 months ago)
- Topics: react, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 1.31 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React redux starter boilerplate
A simple react-redux starter template to start for beginners.## Quick Start
1. Get the latest version by cloning this repository.2. Run **npm install**
This will install both run-time project dependencies and developer tools listed in package.json file.3. If you running this on Windows run
```
npm install --global --production windows-build-tools
```4. Run **npm run start**
This command will build the app from the source files (/src). As soon as the initial build completes, it will start the Node.js server on top of it.> [http://localhost:3000/](http://localhost:3000/) — Node.js server
Now you can open your web app in a browser, on mobile devices and start hacking. Whenever you modify any of the source files inside the /src folder.