Skip to content

lov-daniel/poke-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Running Both Backend and Frontend

  1. Open two terminal windows/tabs.

  2. Starting the Backend:

    cd backend
    npm install
    npm start
  3. Start the Frontend:

    cd frontend
    npm install
    npm start

The backend will typically run on http://localhost:4000 and the frontend on http://localhost:5173.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors