Skip to content

slogsdon/typescript-x0-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-x0-demo

Demo/starter project using TypeScript + React and x0

Featuring:

Reasoning

This project was primarily created to combine some new technologies in order to see what a more complete project could look like and how the individual parts would work together. Specifics:

  • TypeScript: type safe JavaScript code through compile-time checks
  • React: type safe interactions via TypeScript
  • x0: minimal-config React development environment and static site generator

Requirements

Getting Started

yarn install # or npm install
yarn start # or npm start

yarn start will run x0 in watch mode to rebuild the site on any file change.

Building for Production

yarn run build # or npm run build

The result can be hosted with your preferred manner.

Need a Reset?

yarn run clean # or npm run clean

License

This project is licensed under the MIT License. See LICENSE for more details.

About

Demo: TypeScript + React + x0 static-site framework. Minimal starter reference.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors