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

Latest commit

 

History

History
36 lines (23 loc) · 1.44 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.44 KB

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.