-
Install the Neutralino server dependencies by running
npm install
in a new terminal at project directory. -
Install the Frontend dependencies by running
npm install
in 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.