Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 183 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 183 Bytes

Nuxt and Node Streaming Application

Setup Node Server

cd backend
yarn install
yarn start

Setup Nuxt Application

cd frontend
yarn install
yarn dev