/nestjs-hybrids

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

Primary LanguageTypeScript

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