An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# create frourio app



npm version


npm download


License

Create a frourio project in seconds






frourio




## 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).