create-ionic-ts
v1.0.1
Published
Minimal Ionic + Capacitor starter template: plain TypeScript and ion-* components in HTML — no frontend framework
Maintainers
Readme
create-ionic-ts
Minimal Ionic + Capacitor starter template: plain TypeScript and <ion-*> in HTML — no frontend framework.
Usage
- Create a new project folder
npm init ionic-ts [your-project-folder]If the folder path is not given, it will be asked interactively.
- Install dependencies and run the project
Installation is fully controlled by you, so you can use any package manager you like.
cd <your-project-folder>
npm install # or: pnpm install, yarnUse npm start to start the development server with automatic rebuilds when sources change.
License
This project is licensed with BSD-2-Clause
This is free, libre, and open-source software. It comes down to four essential freedoms [ref]:
- The freedom to run the program as you wish, for any purpose
- The freedom to study how the program works, and change it so it does your computing as you wish
- The freedom to redistribute copies so you can help others
- The freedom to distribute copies of your modified versions to others
