aurda012 / gnib-visa-app

Find appointment slots for GNIB (Irish Residence Permit) and Re-Entry Visa without hassle

Home Page:https://gnib-visa-app.rharshad.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

gnib-visa-app

Find appointment slots for GNIB (Irish Residence Permit) without hassle.

App is hosted at https://gnib-visa-app.rharshad.com/

This App utilizes:

Running the App locally

You'll need Node & NPM installed on your local development machine.

Install the project dependencies by running below commands.

# install react project dependencies
npm install

# install notification project dependencies
cd notifications/
npm install

Development mode

npm run dev

Runs the app in development mode with webpack recompiling and tests re-run whenever any files change.

Open http://localhost:8080 (defaults to port 8080) to view the app in the browser.

The page will automatically reload if you make changes to the code.

Production mode

npm run build

Builds the app for production to the public folder.

It bundles React in production mode, minifies the files and the filenames include the hashes.

npm start

Runs the app in express server.

Open http://localhost:8080 (defaults to port 8080) to view it in the browser.

Alternatively, to run the app in nginx server with reverse proxy configuration, set up docker and run docker compose which will copy the static files and nginx conf to the nginx image and serve the app at http://localhost:8080.

docker-compose up --build

About

Find appointment slots for GNIB (Irish Residence Permit) and Re-Entry Visa without hassle

https://gnib-visa-app.rharshad.com/

License:GNU General Public License v3.0


Languages

Language:JavaScript 83.4%Language:HTML 15.9%Language:CSS 0.3%Language:Shell 0.3%Language:Dockerfile 0.1%