Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 442 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 442 Bytes

ReStore

E-Commerce site built with .NET, React & Redux

Try it out

Be sure to install .Net SDK and Runtime (Ubuntu 22.04 Installation)

Clone the project, cd into ReStore/API and run it with dotnet run, that starts the backend.

For the React part, cd into ReStore/client and run npm run dev, it will start vite.


From Neil Cummings's Udemy course