Skip to content

ahsanzaman2489/homelike-test-react-redux-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homelike-test-react-redux-

To setup this project follow these steps.

Setup

  1. Clone or download the project.
  2. Move to project directory
  3. to install local depandencies open terminal or CMD run
$ npm install
  1. For global depandencies in terminal or CMD run
$ npm install webpack webpack-dev-server -g
  1. To run project for developmnet using webpack-dev-server and to view project http://localhost:3000/

Running

$ npm start
  1. to build project , which generate static folder in root directory of your project you can view or deploy it anywhere

Build

$ npm run build