node.jsreactjsbeagleboneblackbeagleboardautorun

How to run a ReactJS application at startup on Beaglebone?


My main computer is running Ubuntu 18,04, I developed an application on ReactJS on FrontEnd, NodeJS on BackEnd and MySQL concerning the database ON beaglebone. .

More information about my BeagleBone :

 root@beaglebone:~# uname -a
Linux beaglebone 3.8.13-bone71.1 #162 SMP Fri Oct 16 07:27:34 CST 2015 armv7l GNU/Linux

I want to run my application always at startup on BeagleBone

What can I do to make a script run as soon as it boots up ?


Solution

  • Short answer: Just like on any other device (including PC or Server) that runs a Linux distribution.

    Some quick pointers: