mygroceryboy / mygroceryboy

MEAN Stack with Angular 4 and Typescript Node. Application to sell & buy grocery online.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mygroceryboy

MEAN Stack with Angular 2 and Typescript Node. Application to sell & buy grocery online.

launch.json

{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "Debug Program",
            "program": "${workspaceRoot}/server/server.ts",
            "cwd": "${workspaceRoot}",
            "env": {
                "NODE_ENV": "development"
            },
            "skipFiles": [
                "node_modules/**/*.js"
            ],
            "outFiles": [
                "${workspaceRoot}/dist/**/*.js"
            ],
            "stopOnEntry": true,
            "console": "internalConsole"
        },
        {
            "type": "node",
            "request": "attach",
            "name": "Attach to Port",
            "address": "localhost",
            "port": 3000,
            "outFiles": []
        }
    ]
}

About

MEAN Stack with Angular 4 and Typescript Node. Application to sell & buy grocery online.

License:MIT License


Languages

Language:TypeScript 75.2%Language:HTML 18.3%Language:CSS 4.3%Language:JavaScript 1.8%Language:Shell 0.3%