/data-arc

Primary LanguageJavaScript

How to start

Tools need to install

  1. Node.js
    Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  2. Github Desktop
    Follow steps on https://help.github.com/en/desktop/getting-started-with-github-desktop/setting-up-github-desktop
  3. Visual Studio Code

Get start

  1. Go to GitHub website, cilck "Clone or download", then click "Open in Dekstop". The Github Desktop will make a clone to you machine.
  2. Open Visual Studio Code, click "File" -> "Open Folder" -> find the path you saved in the previous step, choose 'client'
  3. Ctrl + ` to open the terminal
  4. npm install
  5. npm audit --force
  6. npm start
  7. Visit http://localhost:3001/ by Web browser