Coder Social home page Coder Social logo

sayakie / lunchvue Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 2.0 266 KB

전국 학교 식단표를 간편하고 빠르게 확인할 수 있는 서버팩

License: MIT License

TypeScript 34.72% HTML 18.51% CSS 13.61% JavaScript 33.15%
nodejs javascript typescript

lunchvue's Introduction

LunchVue


LunchVue(이하 '런치뷰')는 언제 어디서든 인터넷이 된다면 학교 급식표를 쉽고 빠르게 확인할 수 있는 앱입니다.

서버 시작하기

  1. 빌드 및 컴파일을 하기 위해 다음 명령어를 입력하여 소스를 다운받습니다: git clone https://github.com/Kurosnape/LunchVue.git
  2. 의존성 모듈을 설치합니다:
npm install
# OR

yarn install
  1. 소스를 컴파일합니다.
npm run build
# OR

yarn run build
  1. 서버를 시작합니다: npm start

사용 방법

현재 런치뷰는 DB 업데이트가 이루어지지 않아 무작위로 모든 교육청에 파싱 데이터를 불러오도록 하고 있습니다. 추후에 업데이트하도록 하겠습니다.

.env.example 파일의 이름을 .env로 변경해주세요. 그리고 파일을 열어 PORT 부분을 80으로 변경하세요.

(https로 사용하고 싶으시다면 443 포트로 변경하시고 SSL을 추가로 등록해주세요. 현재 그 부분은 코드로 추가되어 있지 않습니다. 또는 클라우드플레어를 이용하는 방법이 있습니다.)

NODE_ENV 부분을 production으로 변경해주세요. 이 작업은 캐시 설정과 더불어 성능 향상을 위해 사용됩니다.

이제 즐기세요!

개발 방법

yarn run dev:watch를 통해 서버를 자동으로 watch합니다. yarn run sass:watch를 통해 스타일시트 파일들을 자동으로 watch합니다. yarn run webpack:watch를 통해 스크립트 파일을 자동으로 watch합니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.