Skip to content

Ethern-Myth/react-sql-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Stack App

Vite is incredibly fast. Using the old way of create react app is still popular. Here is the moment of Vite showcasing fastest perfomance and its ability. Yarn is used for the pack.

To begin:

Go in the frontend and follow the steps: Step 1:

yarn

This will add dependencies like regular react app. Then simply move to step 2: Step 2:

yarn dev

There you go: Your app is running on localhost:3000

Before the login and testing Start the backend and that will be enough for app requirements.