Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dternyak/my-react-flask-blog

Source code for my personal site at DanielTernyak.com before I switched to Jekyll, including a custom blog UI and back-end.
https://github.com/dternyak/my-react-flask-blog

Last synced: 4 days ago
JSON representation

Source code for my personal site at DanielTernyak.com before I switched to Jekyll, including a custom blog UI and back-end.

Awesome Lists containing this project

README

        

React-Flask Blog


This blog uses the wonderful Redux Easy Boilerplate


To create locally:

  • Make sure you have the Google App Engine SDK installed

  • Install all python dependencies with pip install -r requirements.txt in root

  • Make sure you have a version of NodeJS that is >= 4.0.

  • Install all Javascript dependencies with npm install from static

  • Run the back-end with dev_appserver.py . from root.

  • Run the front-end with npm start from static

  • Login by hitting /api/v1/login with your browser and selecting Admin if locally, or using an owner account in production.

  • Deploy by first running npm run build in static, then appcfg.py update . in root`.