You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A template of a file uploader providing the solid foundations for any application that requires the use of a fullstack application with uploading files",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"server": "nodemon --quiet server",
"client": "npm run --prefix client dev",
"dev": "concurrently \"npm run server\" \"npm run client\""