- Simply double-click the
start-app.commandfile - A Terminal window will open and start the server
- Open your browser and go to: http://localhost:3000
If you're using Windows, you can create a start-app.bat file with the following content:
If this is your first time running the application:
- Make sure you have Node.js installed (download from https://nodejs.org/)
- Open Terminal or Command Prompt
- Navigate to this directory
- Run:
npm install - Run:
node make-executable.js(macOS only) - Now you can use the quick start method above
To stop the server:
- Go to the Terminal window that opened
- Press Ctrl+C
If you encounter any issues:
- Make sure Node.js is installed
- Try running
npm installin this directory - Try starting manually with
node server.js