remotealex / nestjs-hybrids

An experiment in NestJS + Hybrids web-components for an new school MVC workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NestJS MVC + Web Components

  1. Install dependencies with yarn

  2. Globally install parceljs if you haven't already npm i -g parcel-bundler

  3. Make sure redis instance is running on 127.0.0.1:6379

  4. Run NestJS server yarn run dev

  5. Run parcel server parcel watch views/bundle.ts -d public

  6. Open localhost:4000

About

An experiment in NestJS + Hybrids web-components for an new school MVC workflow


Languages

Language:TypeScript 88.6%Language:HTML 11.4%