Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.