Web application for the next-Launcher system
Go to the app folder:
cd app
Install the npm packages:
npm install
Run the web application in a specific PORT:
PORT=3001 npm start
Development mode:
PORT=3001 REACT_APP_PORT_CORE=8081 npm start
Execute the following command to create a production build:
NODE_ENV=production npm run build
You can set "NODE_ENV" environment variables before running the build command.