Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 710 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 710 Bytes

reference

https://medium.com/javascript-in-plain-english/may-i-help-you-build-a-chatbot-in-10-minutes-with-react-df19e940bbc8

Getting Started

Step 1: Setting up the development environment

You need to install NodeJs with NPM . You'll also need to install and configure Git . Latest version of Chrome

Step 2: Clone the project

git clone https://github.com/anishagg17/PIzzaBuilder.git

Step 3: Install node packages

Step inside the project root folder and issue the following command to install node dependencies.

npm install

Step 4: Running the server

Inside the project root folder, issue the following command

npm start

Application will open on http://localhost:3000