Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 2.29 KB

File metadata and controls

56 lines (32 loc) · 2.29 KB

Fullstack ReactApp

Stack

VSCode Yarn Git CSS TypeScript React Redux NodeJS Express

Project launch

1️⃣ Clone repo.
2️⃣ Run yarn in the project directory api.
3️⃣ Start development server by running yarn dev.
4️⃣ Visit http://localhost:4000/. The application should be up & running.


1️⃣ Run yarn in the project directory client.
2️⃣ Start development server by running yarn dev.
3️⃣ Visit http://localhost:5173/. The application should be up & running.

Available Scripts

Run in the project directory:

yarn

Installs all dependencies.

yarn dev

Runs the app in the development mode. Open http://localhost:5173 to view it in your browser. The page will reload when you make changes. You may also see any lint errors in the console.

yarn build

Builds the app for production to the dist folder. It bundles React in production mode. The build is minified and the filenames include the hashes.