Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

valera-rozuvan-archive/react-redux-babel-standalone

Repository files navigation

React + Redux + Babel Standalone

wip has moved

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).

introduction

Example of React + Redux + Babel Standalone application. Without any help of such tools as Gulp, Browserify, Webpack, etc.

See live

Run locally

Make sure you have node, npm, and nodemon installed globally.

  1. Clone this repository.
  2. Switch to repository root folder.
  3. Run command npm install.
  4. Run command npm run start.
  5. Navigate your browser to http://localhost:3000/.

Local development

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.

License

This project is licensed under the MIT License. See LICENSE for more details.

About

Example of React + Redux + Babel Standalone application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published