All you need to do is prove that $\frac{S_{n}}{n}$ is uniformly integrable.
Then we can invoke the theorem that :-
If $\{X_{n}\}$ be a sequence of random variables , then $E|X_{n}-X|\to 0$ if and only if $\{X_{n}\}$ is uniformly integrable and $X_{n}\xrightarrow{P} X$ .
Then $\frac{S_{n}}{n}$ being uniformly integrable and convergent in Probability to $E(X_{1})$ (Due to WLLN) would imply that $E|\frac{S_{n}}{n}-E(X_{1})|\to 0$ or $\frac{S_{n}}{n}\xrightarrow{L^{1}} EX_{1}$ .
To prove that $\frac{S_{n}}{n}$ is uniformly integrable you show that $\sup_{n\in\Bbb{N}} E|\frac{S_{n}}{n}|<\infty$ and given any $\epsilon>0$ , there exists a $\delta>0$ such that for any set(in the specified sigma algebra) $A$ such that $P(A)<\delta\implies E[|\frac{S_{n}}{n}|\cdot\mathbf{1}_{A}]<\epsilon$
Both are easy enough to show due to the triangle inequality.
$E|\frac{S_{n}}{n}|\leq \frac{1}{n}\sum_{i=1}^{n}E|X_{i}|=E|X_{1}|<\infty$ and thus the first condition holds.
Secondly as $E|X_{1}|<\infty$ , you have that given any $\epsilon>0$, you can find a $\delta>0$ such that for $P(A)<\delta$ , $E|X_{1}\cdot\mathbf{1}_{A}|<\epsilon$ .
To do the above you take $E\bigg[|X_{1}|\cdot\mathbf{1}_{A}\bigg]=E|X_{1}\cdot\mathbf{1}_{A\cap \{|X_{1}|> N\}}|+E|X_{1}\cdot\mathbf{1}_{A\cap \{|X_{1}|\leq N\}}|$ . Now choose $N$ such that $E[|X_{1}|\cdot\mathbf{1}_{|X_{1}|>N}]<\frac{\epsilon}{2}$ and $\delta = \frac{\epsilon}{2N}$ .
Then you have $E[|X_{1}|\cdot\mathbf{1}_{A}]< \epsilon$ for any set $A$ with $P(A)<\delta$.
Now given $\epsilon>0$ , you choose $\delta$ just as above. That is , $\delta$ such that $P(A)<\delta$ implies $E[|X_{1}|\mathbf{1}_{A}]<\epsilon$. Then for that same choice of $\delta$ you have :-
$E[|\frac{S_{n}}{n}|\cdot\mathbf{1}_{A}]= \frac{1}{n}E[|S_{n}|\cdot\mathbf{1}_{A}]\leq \frac{1}{n}\sum_{i=1}^{n}E[|X_{i}|\cdot\mathbf{1}_{A}]< \frac{n\epsilon}{n}=\epsilon$
This proves all the conditions required for uniform integrability.
And thus $\frac{S_{n}}{n}$ is uniformly integrable and the required result follows.
For more explanations, see this well written page here. You can find all the definitions , results and theorems I have used above in the linked page. Explicitly I have used (3) and (13) from the linked page.