Our great sponsors
- Appwrite - The open-source backend cloud platform
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
-
Nodemon.io
Monitor for any changes in your node.js application and automatically restart the server - perfect for development
We can now use npm run dev to start the server using nodemon, which enables hot refreshing on changes.
-
My preferred React stack is Vite (it’s french for fast), MUI (with icons), React Query, and React Router. I’m also a heathen who refuses to learn Typescript. In this case, because it’s an incredibly simple plug-in, we won’t be using a router.
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
fern-stack-walkthrough
A walkthrough for users to get started with the FERN (Firebase, Express, React, Node) stack. Heavily features Tanstack React Query and React Router.
For the most part, this is a very basic express server, not at all dissimlar from the one I outlined in my FERN series. We’ll start by importing our dependancies, and setting up the basics:
Related posts
- Say Goodbye to Docker Volumes 👋
- Set up Hot Reload for Typescript ESM projects
- Guia para Iniciantes: Criando uma API com Node.js, PostgreSQL e Padrão MVC
- Best ways to fix Nodemon error- nodemon.ps1 cannot be loaded because running scripts is disabled on this system.
- Nodemon not watching for file changes