Further reading
You don’t need to use create-remix
to bootstrap a new Remix project. You can also start from scratch by installing Remix’s dependencies and setting up the file and folder structure yourself. If you are curious about this approach, follow the 5-minute tutorial from the Remix documentation: https://remix.run/docs/en/2/start/quickstart.
We introduced you to the Remix App Server. You can read more about the Remix’s basic template here: https://remix.run/docs/en/2/other-api/serve.
As mentioned earlier in the chapter, refer to Remix’s own troubleshooting guide to get help with common gotchas: https://remix.run/docs/en/2/guides/gotchas.