Skip to content

linneat/React-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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