Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1002 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 1002 Bytes

The World Wise project

This project uses and explore the functionalities of React Router to build a SPA (single-page application) using yet context API, memo, useMemo and useCallback features to offer a application to registry the history of travells done around the world.

Getting Started

Run each of the lines above in a git bash terminal:

  1. Clone the repository
git clone https://github.com/heliohdd/worldwise-app.git
  1. Change to the project folder
cd worldwise-app
  1. Install NPM packages dependencies
npm install
  1. Run the database server
npm run server
  1. Open other git bash terminal in the project folder and run the application
npm run dev

Then open http://localhost:5173 with your browser to see the result.