espruino-tools / cea-typescript

a template used by create-espruino-app NPX tool to create a TypeScript environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to create-espruino-app

Have fun with your espruino tools typescript app.

๐Ÿ˜€ Lets get started

  • Get started by running cd my-app-name

  • Followed by npm start

This will start a local development environment.

๐Ÿ’ป Hosting

Hosting with create-espruino-app is easy,

lets get started

  • run npm run build.

This will create a new folder bin

You should see 2 files in here

  • main.js
  • index.html

the contents of this folder are new bundled and ready to be hosted online.

About

a template used by create-espruino-app NPX tool to create a TypeScript environment


Languages

Language:TypeScript 45.4%Language:SCSS 26.4%Language:JavaScript 18.1%Language:Shell 5.1%Language:HTML 4.9%