Skip to content

stehefan/example-app-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend

Pre-Requisites

This frontend expects the example-app-backend to run, using its APIs to retrieve data it displays. Make sure to check this out and start it on its default port 8080. Read the documentation of the Backend if you have any other question. And feel free to open a pull-request if you see any mistake, want to add documentation or fix any bug you find.

Before running the frontend, you'll have to install all dependencies the application needs:

# Using yarn
yarn install

# Using npm
npm install

Running the Frontend

To run the Frontend, we're using the create-react-app wrapper which can be used to start a dev-server in our local environment:

# Using yarn
yarn start

# Using npm
npm start

Afterward, your browser should open the local server on http://localhost:3000 and display a list of projects, if the backend got initialized correctly.

Showing a screenshot of this frontend, displaying the initial projects the backend returns.

Additional Information

More on everything react can be found in the documentation of create-react-app and in the official documentation of react.dev.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published