Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 324 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 324 Bytes

btn-user-platform

build the project:

npm run build

start the project:

npm start

example settings for VS Code(.vscode/settings.json):

{
    "editor.codeActionsOnSave": {
        "source.fixAll.eslint": true
    },
    "eslint.validate": [
        "javascript", "typescript"
    ]
}