Setup a simple html file in the root of the project directory
Filename: index.html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <div id="App"></div> <script src="build/bundle.js" charset="utf-8"></script> </body> </html>