Create a frourio project in seconds
Make sure you have npx installed (npx
is shipped by default since npm 5.2.0
)
npx create-frourio-app
Or starting with npm v6.1 you can do:
npm init frourio-app
Or with yarn:
yarn create frourio-app
Open http://localhost:3000
- Server engine:
- Client framework:
- Next.js building mode:
- Basic (next build)
- Static (next export)
- Nuxt.js rendering mode:
- Nuxt.js deployment target:
- HTTP client of aspida:
- React Hooks for data fetching:
- SWR
- React Query
- None
- Daemon process manager:
- None
- PM2
- O/R mapping tool:
- Database type of Prisma:
- Database type of TypeORM:
- Testing framework:
- Jest
- None
- Package manager:
- Yarn
- Npm
- CI config:
- GitHub Actions
- None
- API server hosting:
- Dedicated server
- Serverless (AWS Lambda)
- None
- Static hosting service:
create-frourio-app is licensed under a MIT License.