https://github.com/frouriojs/create-frourio-app
Create a frourio project in seconds
https://github.com/frouriojs/create-frourio-app
typescript
Last synced: about 21 hours ago
JSON representation
Create a frourio project in seconds
- Host: GitHub
- URL: https://github.com/frouriojs/create-frourio-app
- Owner: frouriojs
- License: mit
- Created: 2020-05-30T10:24:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T14:03:46.000Z (14 days ago)
- Last Synced: 2025-02-07T14:39:50.201Z (14 days ago)
- Topics: typescript
- Language: TypeScript
- Homepage: https://frourio.com
- Size: 7.56 MB
- Stars: 45
- Watchers: 5
- Forks: 10
- Open Issues: 12
-
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).