/D-day-app

날짜 카운트 프로그램

Primary LanguageJavaScript


D-day-app

Create D-day-app with electron and Nodejs(mongodb)
Explore the docs »

View Demo · Report Bug · Request Feature

Getting Started

  1. clone the repo
git clone https://github.com/ckdtjs505/D-day-app
  1. Install admin npm packages
cd admin 
npm install
  1. Install client npm packages
cd client
npm install
  1. start admin dev:server
cd admin
npm run dev:server
  1. start client electron
cd client
npm run start