<p align="center">
  <a href="https://frontle.org/" target="blank"><img src="https://user-images.githubusercontent.com/49587288/209550001-97ccc567-f9d9-4f47-affe-7abccb3967e6.png" width="120" alt="Frontle Logo" /></a>
</p>

  <p align="center">The easiest multi-platform SPA framework.</p>

<p align="center">
  <a href="https://www.npmjs.com/~frontle"><img src="https://img.shields.io/npm/v/@frontle/frontle-cli.svg" alt="NPM Version" /></a>
  <a href="https://www.npmjs.com/~frontle"><img src="https://img.shields.io/npm/l/@frontle/frontle-cli.svg" alt="Package License" /></a>
  <a href="https://www.npmjs.com/~frontle"><img src="https://img.shields.io/npm/dm/@frontle/frontle-cli.svg" alt="NPM Downloads" /></a>
</p>

> Experience the easiest multi-platform SPA development in the world!

## Install

```shell
npm install -g cordova
npm install -g @frontle/frontle-cli
```

## Creating a new Frontle project

```shell
frontle create myApp
cd myApp
frontle install
cordova platform add browser
cordova run browser
```

## Docs

[Guide](https://frontle.org/docs/installation/getting-started/)

## Contributing

Frontle is an open source project. We welcome all contributions that can help Frontle, including bug fixes and improvements, testing, and documentation additions!

## License

[MIT](LICENSE)
