Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ficusjs/create-ficus-app
Set-up a web app with FicusJS quickly and easily
https://github.com/ficusjs/create-ficus-app
application ficusjs frontend javascript
Last synced: 3 days ago
JSON representation
Set-up a web app with FicusJS quickly and easily
- Host: GitHub
- URL: https://github.com/ficusjs/create-ficus-app
- Owner: ficusjs
- License: mit
- Created: 2021-05-01T15:23:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T06:00:17.000Z (over 1 year ago)
- Last Synced: 2024-05-01T09:46:11.300Z (7 months ago)
- Topics: application, ficusjs, frontend, javascript
- Language: JavaScript
- Homepage:
- Size: 272 KB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Create Ficus App
Set up a web app with FicusJS quickly and easily.
## Getting started
When you want to get started with FicusJS and web components, Create Ficus App lets you focus on code, not build tools.
To choose a starter project, run this command:
```bash
npx create-ficus-app
```## Starter projects
Depending on what you need to build, Create Ficus App offers a selection of starter projects.
- Basic app - a simple, single HTML page with inline scripts
- [11ty](https://www.11ty.dev/) app - a Jamstack site based on [11ty](https://www.11ty.dev/)
- [Parcel](https://parceljs.org/) app
- [Parcel](https://parceljs.org/) with [Typescript](https://www.typescriptlang.org/) app
- [Rocket](https://rocket.modern-web.dev/) app
- [Snowpack](https://www.snowpack.dev/) app
- [Vite](https://vitejs.dev/) app
- [Vite](https://vitejs.dev/) with [Typescript](https://www.typescriptlang.org/) app## License
This project is licensed under the MIT License - see the [`LICENSE`](LICENSE) file for details.
## Contributing to Create Ficus App
Any kind of positive contribution is welcome! Please help us to grow by contributing to the project.
If you wish to contribute, you can work on any features you think would enhance the library. After adding your code, please send us a Pull Request.
> Please read [CONTRIBUTING](CONTRIBUTING.md) for details on our [CODE OF CONDUCT](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us.
## Support
We all need support and motivation. FicusJS is not an exception. Please give this project a ⭐️ to encourage and show that you liked it. Don't forget to leave a star ⭐️ before you move away.
If you found the library helpful, please consider [sponsoring us](https://github.com/sponsors/ficusjs).