This is the basic version of Burger Builder app based on Maximilian Schwarzmüller's React - The Complete Guide course on Udemy.
Be sure, you have installed all dependencies before running application.
Clone the repository:
git clone https://github.com/vigokrumins/burger-builder-react.git
cd burger-builder-react
Install packages:
yarn install
Starting project:
yarn start
Building project:
yarn build
If you want to follow the course on your own or learn React, I highly suggest you to purchase React - The Complete Guide (incl Hooks, React Router, Redux) by Maximilian Schwarzmüller on Udemy.
Copyright © Vigo Krumins. This source code is licensed under the MIT license found in the LICENSE file.
Made with