Files

copied
Last update 5 years 8 months by Daniel Urencio
Filesfullstack
..
src
static
index.html
package-lock.json
package.json
server.js
package.json
{ "name": "canvas", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "develop": "npx babel --watch src --out-dir ./js --presets react-app/prod" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "babel-cli": "^6.26.0", "babel-preset-react-app": "^3.1.2", "express": "^4.16.3" } }
Report a bug