Skip to content

jason-moderntreasury/fe-interview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

  • Navigate to server folder
cd server
  • Install all needed packages
npm install
  • Run the server
npm start

The server will run on http://localhost:5000/

  • Navigate to client (react) folder
cd client
  • Install all needed packages
npm install
  • And run the application
npm start

The app will run on http://localhost:3000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • CSS 7.2%
  • HTML 0.5%