Skip to content

aaronmu/MathGame

Repository files navigation

Lit.MathGame

https://aaronmu.github.io/MathGame/

Fable.Lit app. To start a development server run:

npm install && npm start

Other commands:

npm run build   # Build optimized site for deployment and put in dist/
npm run publish # Build and publish to github pages

Vite.js repository structure conventions

  • Put static files in public/ folder
  • Put index.html in app root (next to package.json)
  • Add a reference to the entry JS file (relative path is important):
<script type="module" src="./build/client/App.js"></script>

About

Help 6yo exercise math

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published