Docker WASM Demos
These instructions will help you get the project up and running on your local machine for development and testing purposes.
List any prerequisites or dependencies that need to be installed before can use the project.
- Docker Desktop
- Any http-server (This demo using npm to install)
Step-by-step instructions to install the project.
- Clone the repository.
git clone https://github.com/harsh4870/WASM-Docker.git
- Install http-server
npm i http-server