Skip to content

beginner-web-developer/sample-react-app

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.7%
  • HTML 4.8%
  • JavaScript 4.7%
  • CSS 2.8%