Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dternyak/my-react-flask-blog
- Owner: dternyak
- Created: 2016-01-04T07:08:23.000Z (almost 9 years ago)
- Default Branch: flask-react
- Last Pushed: 2016-01-04T07:30:43.000Z (almost 9 years ago)
- Last Synced: 2024-03-14T21:27:40.212Z (8 months ago)
- Language: Python
- Homepage: http://danielternyak.com
- Size: 31.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`.