https://github.com/frourios/create-frourio-app
Create a frourio project in seconds
https://github.com/frourios/create-frourio-app
typescript
Last synced: 10 months ago
JSON representation
Create a frourio project in seconds
- Host: GitHub
- URL: https://github.com/frourios/create-frourio-app
- Owner: frourios
- License: mit
- Created: 2020-05-30T10:24:49.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T18:49:04.000Z (about 1 year ago)
- Last Synced: 2025-09-01T03:44:22.123Z (10 months ago)
- Topics: typescript
- Language: TypeScript
- Homepage: https://frourio.com
- Size: 8.04 MB
- Stars: 44
- Watchers: 4
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create frourio app
Create a frourio project in seconds
## Usage
Make sure you have [npx](https://www.npmjs.com/package/npx) installed (`npx` is shipped by default since [npm](https://www.npmjs.com/get-npm) `5.2.0`)
```bash
npx create-frourio-app
```
Open `http://localhost:3000`
## Documentation
https://frourio.com/docs
## Features :tada:
1. Server engine:
- [Fastify](https://www.fastify.io/)
- [Express](https://expressjs.com/)
1. Client framework:
- [Next.js](https://nextjs.org/)
1. HTTP client:
- [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
- [Axios](https://axios-http.com/)
1. O/R Mapper:
- [Prisma](https://www.prisma.io/)
1. Database:
- [SQLite](https://www.sqlite.org/)
1. Testing framework:
- [Vitest](https://vitest.dev/)
## License
create-frourio-app is licensed under a [MIT License](https://github.com/frouriojs/create-frourio-app/blob/master/LICENSE).