Bridge challenge
Description
📌 Implementation of a web-app that receives, through a form, two numbers and returns the prime numbers between them.
Technologies
Run
-
Install npm, Node.js and git.
-
Clone the repository (git clone https://github.com/eduardagomess/web-app-react.git)
-
Through the command line, go to the project folder (web-app-react) and execute the follow command 'npm install'
-
To see the interface working just run the command 'npm start' and access http://localhost:3000.
-
Open another command prompt window, go to the project folder (web-app-react) and navigate to the "server" folder.
-
Run 'node server.js' to initialize the server (Port 3031)
At the end of these steps the web application will be working and ready to be used!
Heroku