Skip to content

Mike North's full-stack TypeScript Course

Notifications You must be signed in to change notification settings

Abduwaasi/full-stack-ts

 
 

Repository files navigation

Full Stack TypeScript CI

Mike North's Full Stack TypeScript course

Setup

First, if you want to ensure you're using the correct Node.js and package manager versions, install Volta

# install Volta
curl https://get.volta.sh | bash

# install Node
volta install node

Then, check out a local copy of this repository

git clone git@github.com:mike-north/full-stack-ts
cd full-stack-typescript

Next, install the project dependencies

yarn

Build the project for the first time

yarn build

And finally, start the project

yarn dev

After the client and server build processes complete, you should see an "imitation Twitter" running on http://localhost:1234.

Legal

© 2022 Mike North, all rights reserved.

About

Mike North's full-stack TypeScript Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.8%
  • SCSS 26.2%
  • Other 1.0%