My thoughts go as follows:
For $x > 0$, $e^{|x|} = e^x $
For $x < 0$, $e^{|x|} = e^{-x}$
Both $e^x$ and $e^{-x}$ are differentiable at every point in their domains, so $e^{|x|}$ will be differentiable for all $x \ne 0$
$e^{|x|}$ is certainly continuous everywhere, so I can't rule out differentiability with that criterion.
I know the derivative of $e^x$ at $x=0$ is $1$, and the derivative of $e^{-x}$ at $x = 0$ is $-1$, so to me this indicates that the right hand limit and left hand limit of $\frac{e^{|x|} - 1}{x}$ approach different values as $x$ approaches $0$, so it cannot be differentiable at $0$.
This seems logically correct to me, but I'm not completely certain, and it feels a little weak. Any advice?
NB: The limit I'm referring to isn't $\lim_{x\to 0^{\pm}} f'(x)$ as some commenters thought. Rather, it's $\lim_{h\to 0^{\pm}}\frac{f(0+h)-f(0)}{h}$
Your logic at the end is correct. If the function were to be differentiable, then necessarily the left and right limits exist and agree, so we can check that. The left-hand limit is the derivative of $e^{-x}$ at $0$ and the right hand limit is the derivative of $e^x$ at $0$. At zero the former is $-1$ and the later is $1$ so the limit doesn't exist, and the function isn't differentiable.