https://github.com/ntidev/revolutionary-app
Revolutionary APP
https://github.com/ntidev/revolutionary-app
Last synced: over 1 year ago
JSON representation
Revolutionary APP
- Host: GitHub
- URL: https://github.com/ntidev/revolutionary-app
- Owner: ntidev
- Created: 2022-09-10T00:11:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-10T00:15:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T23:15:40.521Z (over 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Revolutionary App
This app can show you the IP address of the server running it
## Requirements
- **NodeJS**: https://github.com/nodesource/distributions), install the latest LTS version.
- **Yarn**: After installing NodeJS and NPM, install it with `npm install -g yarn`)
## Running the APP
- Copy your `.env.dist` to a `.env` file to have your environment variables configured
- Install the dependencies with the command `yarn`
- Run with `yarn start`
You should see a message on your console of "Listening on port XXXX". If you access the browser in the port mentioned, you should see the app running and working.