Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 984 Bytes

File metadata and controls

26 lines (19 loc) · 984 Bytes

Running the app

  1. Fork this repo.
  2. Clone your forked repo.
  3. Under the src folder, edit the file "url.tsx" with the URL of the backend Rails API.
  4. Open your terminal and navigate to the directory containing your cloned project.
  5. Install dependencies for the project by entering this command:
yarn install
  1. Run the app in development mode by entering this command:
yarn start
  1. Open http://localhost:3000 to view it in the browser.

Acknowledgements

This project was bootstrapped with Create React App. This project uses MUI, TypewriterJS, ESLint, Prettier.