Skip to content

bendapkiewicz/react-redux-boilerplate

Repository files navigation

React-Redux Boilerplate Project

This project is a slight variation of the project created from this tutorial, by Milo Mordaunt, as well as the isomorphic-redux repository.

This is a boilerplate project setup with React, Redux, and Node.js.

To get started:

  • npm install

To run the hot-loading dev environment:

  • npm run dev
  • navigate to localhost:8080

To run the production environment:

  • npm run build
  • npm run start
  • navigate to localhost:9010

About

Boilerplate project for React and Redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published