Skip to content
/ web-page Public template

Minimal web page template. Just clone and code 😉

License

Notifications You must be signed in to change notification settings

Crysp/web-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page template

Minimal web page template. Just clone and code 😉

Tech Stack

  • React
  • TypeScript
  • CSS

Use template

Run command using GitHub CLI or with web interface

gh repo create <new-repo-name> --template="Crysp/web-page"

Scripts

Run watcher

npm run dev

Build production version of code

npm run build