Made a todo list practice project.
- React.js 0.14
- Redux
- Babel
- Webpack
- Flask
- Frontend: React.js + Redux
- Backend: Flask
- Using JSON file as database
- Access APIs through middleware in Redux
- Access APIs throught proxy in Webpack
-
Create isolated Python environments:
virtualenv venv
-
Enter this environment:
source venv/bin/activate
-
Install python packages:
pip install -r pip-requires.txt
-
Start backend:
python run.py
- Go to frontend folder:
cd todo/
- Install packages:
npm install
- Start frontend:
npm run start
MIT License