The SimpleWeb web app serves as an example of how to Build Vitets App with Includes @mui/Material and Redux toolkit its peer dependencies, which include emotion, the built-in style engine in MUI v5. Moreover, it is employed by RESTful APIs and It works with the
Docker
platform.
You can utilise that software in two different ways.
- Using Nodejs.
- Using Docker.
- Click on the green Clone or download button and choose Download ZIP.
- Find the downloaded zipped file on your pc and extract it.
- Install
nodejs
andNPM
in your local system. - Open the Root Directory, navigate to SimpleWeb using the command
cd SimpleWeb
and use eithernpm install
orpnpm install
to install all dependencies. - Run
pnpm dev
ornpm start
.
- Click on the green Clone or download button and choose Download ZIP.
- Find the downloaded zipped file on your pc and extract it.
- Then install
Docker
in your local system. - Run that command.
docker-compose up -d
. - You can now open the frontend at
localhost:3000
.
Once you are done you can close 🔒 the application in your terminal to quit the application.
If you have any issues with that Application feel free to let me know 🙃!
If you are more interested, check out 🥺 the collection of DSDmark.