https://github.com/oscarcornejo/calculadora-nodejs
Calculadora de consola con Nodejs
https://github.com/oscarcornejo/calculadora-nodejs
Last synced: about 2 months ago
JSON representation
Calculadora de consola con Nodejs
- Host: GitHub
- URL: https://github.com/oscarcornejo/calculadora-nodejs
- Owner: oscarcornejo
- Created: 2021-03-22T14:04:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-22T22:57:57.000Z (about 4 years ago)
- Last Synced: 2025-02-14T23:20:13.457Z (4 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculadora con Nodejs
Recuerda ejecutar:
```
npm install
``````
node app
```