Skip to content

a React implementation of the "Tour of Heroes" web application

Notifications You must be signed in to change notification settings

mvolkmann/react-tour-of-heroes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Tour of Heroes

This is a React implementation of the "Tour of Heroes" web application that is used in the primary Angular tutorial at https://angular.io/tutorial. It uses a MySQL database and REST services implementing using Node.js and Express.

To start the server

  1. cd server
  2. npm install
  3. npm run dbstart (assumes MySQL is installed)
  4. npm run dbsetup
  5. npm start -or- npm run start-dev

To start the client

  1. cd client
  2. npm install
  3. npm start

About

a React implementation of the "Tour of Heroes" web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages