Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.27 KB

README.md

File metadata and controls

64 lines (40 loc) · 1.27 KB

Studieux Web

Introduction

Improve your learning by centralizing and organizing your notes. Review your notes on-the-go anywhere anytime.

Preview

Studieux Web

Requirements

Install the following requirements first before proceeding.

Installation

Follow these instructions to run this project on your local machine for development and testing purposes.

  1. Clone the repository.
  git clone https://github.com/baulagerwin/studieux-web.git
  1. Install its dependencies
  npm install
  1. Run the dev server in parallel with studieux-api.
  npm run dev
  1. In your default browser, copy the text below and paste it in address bar.
  http://localhost:5173/
  1. Login with the credentials below
  username: testuser
  password: password
  1. Enjoy and explore!

Built With

  • React
  • TypeScript
  • React Query v3
  • Syntactically Awesome Stylesheet (SASS)

Acknowledgements