Demo/starter project using TypeScript + React and x0
Featuring:
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
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.
yarn run build # or npm run build
The result can be hosted with your preferred manner.
yarn run clean # or npm run clean
This project is licensed under the MIT License. See LICENSE for more details.