Skip to content

wadholm/react-app

Repository files navigation

React App

This is a sample web page, displaying interesting facts about numbers, gathered from the NUMBERSAPI. This web page is created as part of an experiment for my bachelor's thesis at Blekinge Institute of Technology.

The app is built with Vanilla JavaScript and runs with Node.js.

Run app locally

Open http://localhost:3000/ to view it in the browser.

Clone the repository to get a clean install.

System requirements

To run the server on your local machine you need to have Node.js with NPM installed.

To install all prerequisites needed for this application, run:

npm install

In the project directory, you can run:

npm start

Runs the server in development mode.

Run app with Docker

Open http://localhost:3000/ to view it in the browser.

Clone the repository to get a clean install.

docker-compose up

Starts app.

docker-compose up -d

Starts app in detached mode.

docker-compose down

Close down the docker container, stops running app.

About

This web page is created as part of an experiment for my bachelor's thesis at Blekinge Institute of Technology.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published