Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

2. Creating a new Remix App

In this chapter, we create our first Remix apps using the create-remix CLI. First, we create a simple "Hello World!" app. Then, we create an app using the Express.js template and learn about templates in Remix. This chapter also introduces a troubleshooting guide that will help us debug Remix applications.

Technical requirements

To follow along, you will need a computer that can run Node.js. All common operation systems should suffice. Please install both Node.js (version 18 or higher) and npm on your machine. An editor such as VS Code is recommended.

You can download Node.js and npm here: https://nodejs.org/en/download/.

Creating a "Hello World!" Remix app

You can find the solution to the "Hello World!" app here.

Using the Express.js template

This folder also includes an Express.js project, bootstrapped using the create-remix CLI.