Skip to content

smitchell41/4155BINZUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Launch the Frontend Project:

  1. First, make sure the backend is running, for that, go to the README.md on the backend project, finish that first, then come back to finish the steps here.
  2. Secondly, run 'npm install' to install the dependencies in the local node_modules folder.

npm install

  1. Lastly, run 'npm statrt' to start running the frontend on 'http://localhost:3000/'

npm start

  1. type in 'http://localhost:3000/' in browser, this should show up our project that you can navigate through.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • CSS 3.7%
  • HTML 2.7%