Skip to content

matthewgoodman13/remix-expenses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RemixJS - The Practical Guide - Udemy Course

Course Info & Resources

The Course & Project

Remix Expenses Home Page

  • Following the Udemy Course and built an Expense Tracker app to learn how use RemixJS to build a full-stack web app.
  • The app is a simple expense tracker that allows users to add, edit, and delete expenses.
    • Routing, Private Routes, Authentication, Session Cookies
    • CRUD Operations
    • Data Persistence using MongoDB Atlas with Prisma.io
    • Optimization and Deployment

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

Make sure to run npx prisma generate before deploying.

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

About

Udemy Course | RemixJS - The Practical Guide

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors