Skip to content

minimal example of an alt1 app using the new libraries/webpack/typescript

Notifications You must be signed in to change notification settings

yentlprojects/alt1minimal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Alt1/webpack/typescript example

How to use

# To initialize the repo and install dependencies:
npm i
# Build your code:
npm run build
# Or, alternatively to auto-rebuild when source files are changed:
npm run watch

You can open ./dist/index.html in your browser and it will give some basic functionality based on pasted images.

You can also open it in the Alt1 browser and click the add app button that appears to get some basic alt1 functionality.

About

minimal example of an alt1 app using the new libraries/webpack/typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.4%
  • HTML 12.6%