Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI-CD

Notice

Note taking Web app.

How can I install the project ?

  • clone the repo
  • npm i
  • npm run start

Run tests

npm run test

How can I debug my code ?

You can use the following debug configuration for vscode.

Put this in your launch.json config file :

{
    "configurations": [
        {
           "name": "Launch Chrome",
            "type": "chrome",
            "request": "launch",
            "url": "http://localhost:3000",
            "webRoot": "${workspaceFolder}"
        }
    ]
}
``

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages