Skip to content

deventio7/example-react-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running

To run the backend, navigate to /backend, then run npm install, followed by npm run start. The backend uses port 3000, which is currently hardcoded.

To run the frontend server, navigate to /frontend, then run npm install, followed by npm run start. The frontend server uses port 4000, which is currently hardcoded.

The frontend also comes with the lint, test:unit, and start scripts, which are for linting, running jest tests, and running the development server respectively.

The fake landing page can be accessed by navigating to http://localhost:4000, from which the page with the specified features can be accessed by navigating to the drivers page from the header.

Usually, in a setup like this, I'd put these two in different repos, but I decided to consolidate them into one here for your convenience.

About

Example quick react app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • CSS 3.4%
  • HTML 1.0%