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
Open http://localhost:3000
- Server engine:
- Client framework:
- HTTP client of aspida:
- React Hooks for data fetching:
- SWR
- React Query
- None
- O/R mapping tool:
- Database type of Prisma:
- Testing framework:
create-frourio-app is licensed under a MIT License.