https://github.com/theonlyamos/react-forex-app
https://github.com/theonlyamos/react-forex-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theonlyamos/react-forex-app
- Owner: theonlyamos
- Created: 2020-02-26T14:28:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:05:52.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T04:34:48.520Z (9 months ago)
- Language: JavaScript
- Size: 4.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Client
## Deploy
```
$ npm i
```## Environment Variables
```
sets env variable for development and production build
```## Dev server
```
$ npm run start
```## Production build
```
$ npm run build
```