Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devstack06/reactburgerapp
A simple react burger builder web-app
https://github.com/devstack06/reactburgerapp
javascript npm reactjs webapp
Last synced: about 20 hours ago
JSON representation
A simple react burger builder web-app
- Host: GitHub
- URL: https://github.com/devstack06/reactburgerapp
- Owner: DevStack06
- Created: 2020-04-25T07:05:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T12:35:33.000Z (over 3 years ago)
- Last Synced: 2024-05-01T16:36:59.732Z (6 months ago)
- Topics: javascript, npm, reactjs, webapp
- Language: JavaScript
- Homepage: https://balram0608.github.io/ReactBurgerApp
- Size: 700 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### A simple burger builder app developed using react tutorial for reffrence .
#### This app is created during the react udemy courses with refference to tutorial .
### Here are the step to run the app on your own machine .
1. Install all the npm dependency using below command .
> npm install
2. Run the react app on default port 3000 using below commnad .
> npm start
3. Your web-app will run on [http://localhost:3000](http://localhost:3000) link .**Note: You can see my web app by clicking following link [https://balram0608.github.io/ReactBurgerApp/](https://balram0608.github.io/ReactBurgerApp/)**