Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.37 KB

File metadata and controls

47 lines (33 loc) · 1.37 KB

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