Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 544 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 544 Bytes

React blog

Blog engine written in React.

The backend is written in Ruby and Rails and can be found here: https://github.com/linneat/rails-blog

The app is published at: https://linneat.github.io/React-blog/

Development instructions:

The Rails backend allows requests from localhost:3001. To start the React app in port 3001 run npm run start-dev

To deploy (to GitHub pages) run npm run deploy

Instructions on how to deploy a React app to GitHub pages: https://dev.to/yuribenjamin/how-to-deploy-react-app-in-github-pages-2a1f