Skip to content

dush88c/dush88c-Hotel-Managment-React-with-redux-

Repository files navigation

Hotel Management Sample with React and Redux

Installation

  1. Clone the project Test.ClientApp from where shared with you
  2. Install dependencies npm i
  3. Update webpac.config.dev.js and webpac.config.prod.js file in the root with WEB API Service URL.

Run Client

  1. cd Test.Client
  2. Install dependencies npm i
  3. npm run dev (Please make sure that correct configuration values set in webapack.config file)


PROD Build

  1. cd Test.ClientApp
  2. Install dependencies npm i
  3. npm run build
  4. can find the Public folder with build files

Techs

SERVER

CLIENT