Skip to content

david-dumas/web-components-ssr-workshop-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-components-workshop-starter

Edit on StackBlitz ⚡️

Supporting blog post on dev.to.

This is the starter code, for the finished code visit this repository.

Installation

This repository uses Lerna and Nx.

For the code to run, you need to generate a token for the Github API.

Open packages/client/src/view/post/index.ts and replace {{github_token}} with a token generated from GitHub

npm install

Development

npm run dev

Open a web browser, preferably one that supports Declarative Shadow DOM. Visit http://localhost:4444

Build

npm run build

Serve Production (optimized for performance)

npm run preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.6%
  • CSS 35.1%
  • JavaScript 2.3%