Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 479 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 479 Bytes

React Book Library

A React Demo for running a Webpack workflow in Node express

Install and Running

git clone https://github.com/shobhitsingh29/chatbot.git

  1. cd chatbot
  2. npm install
  3. npm start
  4. navigate to http://localhost:9000 in your browser of choice.

Overview

React by default

The project runs with React by default and hot replacement of changes to the modules. Currently

To run production build

npm run build:prod "webpack": "~2.1.0-beta.22"