This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
python -m venv env
pip install -r backend/requirements.txt
python backend/app.py
Flask app runs by default on http://127.0.0.1:5000/
if __name__ == "__main__":
app.run(debug=True)
- learning NEXT.js
- learning React.js
- learning WebDev