Skip to content

mattvarghese/react-with-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend

I created the frontend following this tutorial on Youtube https://www.youtube.com/watch?v=siTUv1L9ymM.

However, that video refers to an older Tailwind CSS install process. Instead, I used https://tailwindcss.com/docs/installation/using-vite.

Backend

The backend was created with Express, and is fairly straightforward.

Running the code

I used "concurrently" to be able to run both frontend and backend together from the parent folder.

To run the code, cd into the top level folder and do npm run start. To build, do npm run build and to clean, do npm run clean.

About

Example react app using tailwind css and vite with an express api backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published