Skip to content

17-214: Frontend, React, HTML & CSS Recitation

Notifications You must be signed in to change notification settings

l-ma/f22-rec07

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Set Up Backend Server

Either run the Java backend by using your IDE or by typing

mvn exec:exec

in the back-end folder. This will start the Java server at http://localhost:8080.

Set Up Frontend Server

In the front-end folder, run

npm install
npm start

This will start the front-end server at http://localhost:3000. You can update the front-end code as the server is running in the development mode (i.e., npm start). It will automatically recompile and reload.

About

17-214: Frontend, React, HTML & CSS Recitation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 49.1%
  • TypeScript 37.8%
  • HTML 7.8%
  • CSS 5.3%