Skip to content

ElainaJourney/web-guided-project-advanced-forms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Friends Advanced Form Management

Running this project

This project is set up with Parcel Bundler, an npm package that compiles our frontend assets and comes with an integrated development server.

The dev server for the React page runs on port 1234 by default, but will use another if 1234 is being used by another application.

The dev server for the API runs on port 4000 and this port needs to be free, or the server won't be able to start.

  • Clone the repo.
  • Navigate into the project folder.
  • Run npm i to download the project's dependencies listed in the package.json.
  • Run npm start to compile the React project and spin up the app on http://localhost:1234.
  • Run npm run server to spin up a local API on http://localhost:4000/friends.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.7%
  • CSS 11.8%
  • HTML 3.5%