/Hoot-frontend

Frontend for my twitter application clone

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Hoot-frontend

Hoot-frontend is frontend for my Twitter-like web application.

Installation

  1. Make sure you have Node.js (16.14.0) installed.

  2. Fill out the dotenv file

REACT_APP_BASE_URL=base-url-of-the-api
  1. Install npm dependencies
npm install

How to run it

npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT