Skip to main content

Setup with GUI

1. Start create-frourio-app GUI

npx create-frourio-app

After executing the command, create-frourio-app starts and localhost:3000 will be opened in your browser.

http://localhost:3000

2. Generate frourio project

After filling in the blanks and selecting the options, press the "Create" button to start generating the frourio project.

When generation is complete, localhost:8000 will be opened in your browser and the client framework you selected will be displayed. (If it does not open automatically, open localhost:8000 manually.)

caution

If another application is using port 8000, it will probably fail to start.
In that case, the generation is still complete, so quit the application and start frourio again manually, e.g. npm run dev.

http://localhost:8000