Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 664 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 664 Bytes

Larping React front end developer

dog

use nodejs version > 16.13.2

To install npm install

To update npm update

To run npm start

To debug, use following launch.json

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Chrome",
            "type": "chrome",
            "request": "launch",
            "url": "http://localhost:3000",
            "webRoot": "${workspaceFolder}/src",
            "sourceMapPathOverrides": {
                "webpack:///src/*": "${webRoot}/*"
            }
        }
    ]
}

See this all in action straight from release https://larping-react-dev.netlify.app/