Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting Up

Mandatory Pieces

Other Nice To Haves

  • Add daisyui (pick theme and add it) https://daisyui.com/ npm install daisyui
  • Add mobx ("useDefineForClassFields": true in tsconfig.json) npm install mobx mobx-react

Hosting the static generated site locally with a build

  • build with npm run build
  • install http-server package globally with command npm install -g http-server
  • cd into dist folder
  • run command http-server
  • it should now be running and it should list out a ip address to reach it at

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages