Skip to content

drewwiens-spikes/angular-nest-full-stack-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Nest Full Stack Example App

A travel search app that's patterned after a real one.

The frontend and backend were created with:

Instructions

  1. Run yarn install or npm install in /client and /server.
  2. Run yarn start or npm run start in /client.
  3. Run yarn start:dev or npm run start:dev in /server.
  4. Open localhost:3000 in your browser. Note the port number!