https://github.com/victorsteven/currencyconverter
An offline first currency converter app
https://github.com/victorsteven/currencyconverter
Last synced: 3 months ago
JSON representation
An offline first currency converter app
- Host: GitHub
- URL: https://github.com/victorsteven/currencyconverter
- Owner: victorsteven
- License: other
- Created: 2018-06-25T11:56:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T21:08:28.000Z (almost 7 years ago)
- Last Synced: 2025-01-11T09:20:00.850Z (5 months ago)
- Language: JavaScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ALC CODING CHALLENGE EXCERCISE
This is an offline first Currency Converter application
INSTALLATION
Download the zip file or clone the repository from the terminal/command line
using:"git clone [email protected]:victorsteven/CurrencyConverter.git"
Then, "cd to CurrencyConverter"
Next:
Install the npm packages from the terminal/command line using:
"npm install"
Next:
run the application using any of the following options:
1. "gulp watch" : This will start the local server on localhost:3000
2. "php -S localhost:3000"