Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)**