Skip to content

helgrima/larping-react-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Learning React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published