/redux-node-app

Demo application with express.js in the backend and react with redux framework in the frontend. Technologies used Express [Node], Redux [React].

Primary LanguageJavaScript

redux-node-app

Demo redux-node application with express in the backend and react with redux framework in the frontend.

Technologies used

  • Express [Node]
  • Redux [React]
  • Webpack

Steps to run app

  1. Clone preject: git clone https://github.com/sudheeshcm/redux-node-app.git
  2. Change directory: cd redux-node-app
  3. Install modules: npm install
  4. Run the application
    • development mode: gulp serveDev
    • production mode: gulp serve