This is due to the boot modes of the device. When we flash with Energia, we use the serial boot mode to load the program into the device. When the load completes it automatically starts running the application.
Pressing the reset button without changing the boot switches will put the board back at the start of the serial boot mode.
Instead, change the switches to UP-UP-DOWN, reset the board and your application should run. This selects the boot to flash mode (which is where your application is stored).