-
Install the Neutralino server dependencies by running
npm installin a new terminal at project directory. -
Install the Frontend dependencies by running
npm installin a new terminal at "react-src" directory.
For development, run npm run dev in both terminals.
For building, run npm run build in the project directory terminal. The application executables will be generated at "dist" directory.