Skip to content

Latest commit

 

History

History
97 lines (66 loc) · 3.05 KB

README.md

File metadata and controls

97 lines (66 loc) · 3.05 KB

Project SaBai Front-End

Installation

  1. Installation of Node Version Manager

    • Refer to the GitHub on how to install node version manager (GitHub)
    • nvm install node to install the latest version of node.js
    • Verify that you have installed node correctly node -v
    • Verify that you have npm by typing in npm -v
  2. Installation of yarn [https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable]

    # Installing yarn
    npm install --global yarn
    # Verify installation
    yarn -- version
  3. Installation of project libraries

    git clone https://github.com/NUS-Project-SaBai/FrontEnd
    # Change Directory into the FrontEnd folder
    cd FrontEnd
    # Install the necessary libraries for the project
    yarn install
    # Run the development server
    yarn dev

Technology used

  1. Node Version Manager [https://github.com/nvm-sh/nvm]
  2. Node.js [https://nodejs.org/en]
  3. Node Package Manager [https://www.npmjs.com/]
  4. Yarn [https://yarnpkg.com/]
  5. React.js [https://react.dev/]
  6. Next.js [https://nextjs.org/]
  7. SASS [https://sass-lang.com/]
  8. Axios [https://axios-http.com/docs/intro]