Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anishagg17/pizzabuilder
https://github.com/anishagg17/pizzabuilder
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anishagg17/pizzabuilder
- Owner: anishagg17
- Created: 2019-12-07T17:34:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T02:06:56.000Z (9 months ago)
- Last Synced: 2024-05-28T23:42:34.767Z (8 months ago)
- Language: JavaScript
- Homepage: http://anishagg17.github.io/PIzzaBuilder
- Size: 1.35 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### `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