Skip to content

Girish21/remix-contacts-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Remix

Documentation

Read the official documentation at remix.run

Getting Started

npx create-remix@latest

Remix requires Node version 14 or greater

About This Tutorial

This tutorial is for anyone exploring Remix and getting comfortable working with Remix. This tutorial gradually introduces Remix concepts by solving common problems faced while developing applications on the web, such as data loading, data mutations, transitions, SEO.

You can find the starter code at start here. README has more information about the tutorial and the order to follow to get the most out of the tutorial.

You can find the finished project here. And you can use this as a reference when working through the tutorial.