Future work on this repository has moved to the monorepo valera-rozuvan/experiments. This repo is archived for historic purposes (to preserve commit history). Navigate over to experiments/react-redux-babel-standalone to see updates (if any).
Example of React + Redux + Babel Standalone application. Without any help of such tools as Gulp, Browserify, Webpack, etc.
Make sure you have node, npm, and nodemon installed globally.
- Clone this repository.
- Switch to repository root folder.
- Run command
npm install
. - Run command
npm run start
. - Navigate your browser to
http://localhost:3000/
.
For convenience of local development, Nodemon is used for watching server JS files, and restarting the server upon changes. LiveReload is integrated into the front-end part to refresh the browser when the web application source files change.
This project is licensed under the MIT License. See LICENSE for more details.