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

Full-Stack Nest and Angular Example App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Full-Stack Nest and Angular Example App


Languages

Language:TypeScript 75.4%Language:HTML 14.9%Language:JavaScript 6.1%Language:SCSS 3.6%