Skip to content

scmisa/scmisa.github.io

Repository files navigation

Reviving React.js Next

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

Frontend

npm run dev Open http://localhost:3000 with your browser to see the result.

Backend

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)

This is going to be my personal website/portfolio/CV

  • learning NEXT.js
  • learning React.js
  • learning WebDev

About

Personal React Next Website for blog, portfolio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published