Skip to content

영어(스피킹) 공부를 위한 간단한 웹 어플리케이션.

Notifications You must be signed in to change notification settings

hail-kang/web-english-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-english-note

  • 영어 공부를 위한 간단한 웹 어플리케이션
  • react 및 react-router 사용한 SPA
  • webpack 사용하여 번들링

프론트엔드 모듈 설치

$ npm install

프론트엔드 빌드

$ npx webpack

백엔드 사용 모듈

  • flask
  • pymysql

백엔드 모듈 설치

$ pip install flask
$ pip install pymysql

서버 실행 방법

$ python main.py {host} {port}
$ (예시) python main.py 127.0.0.1 8080

About

영어(스피킹) 공부를 위한 간단한 웹 어플리케이션.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published