Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.36 KB

README.md

File metadata and controls

53 lines (30 loc) · 1.36 KB

Currency Converter Project

This project supports currency conversion between any two currencies in the XML source. The frontend was bootstrapped with Create React App. The backend used Node.js You can access the client side by http://18.220.29.129:3000/.

Prerequisites

You will need the following things properly installed on your computer. Git Node.js(with NPM)

Installation

git clone https://github.com/yanmeng26/currency-converter.git cd currency-converter npm install

Node/React Versions

node v8.12.0 npm v6.4.1 NOTE: npm does not support some versions of Node.js

To Run Locally

npm install

node server.js

npm start

The app will now be available on localhost:3000.

NOTE: If you get an "Cannot find module". Make sure this package is installed." error on your local machine, a computer restart should fix it.

Available Scripts

In the project directory, you can run:

./build.sh

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

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.