Skip to content

Development of a web application with React.js v16, following the "React - The Complete Guide (incl Hooks, React Router, Redux) course by Maximilian Schwarzmüller."

Notifications You must be signed in to change notification settings

diegomottadev/delivery-burguer-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

To run this project on your local machine, follow these steps:

1.Install Node.js:

Go to the official Node.js website at https://nodejs.org and download the recommended version for your operating system. Run the downloaded installation file and follow the on-screen instructions to complete the installation. Once the installation is complete, open the command line or terminal on your operating system.

2.Install project dependencies:

Navigate to the project folder in the command line or terminal. Run the following command to install the project dependencies:

npm install

3.Start the development server:

Run the following command to start the development server:

npm start

The development server should start running on http://localhost:3000 by default.

You can now view the project in your web browser.

image

About

Development of a web application with React.js v16, following the "React - The Complete Guide (incl Hooks, React Router, Redux) course by Maximilian Schwarzmüller."

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published