Skip to content

talal7860/forum-react-app

Repository files navigation

Forum App in ReactJS

This ReactJS app is an example of forum built on api using React BoilerPlate

Setup

  • Use node version > 7.6
  • Use yarn latest version
  • git clone https://github.com/talal7860/forum-react-app/
  • yarn install
  • PORT=3001 yarn start
  • The app should be running on localhost:3001 and the api should be running on localhost:3000. Setup this API as an example