Skip to content

hyunalee419/mini-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mini-calendar

This project is mini features calendar.

Project Stack

Client

  • based Create React App
  • React
  • SaSS

How to set

  • local
npm install
npm start

localhost:3000

  • production
npm build

Server

How to set

python3 manage.py makemigrations event --settings=base.settings.dev
python3 manage.py migrate event --settings=base.settings.dev

Run Server

// python3 manage.py runserver --settings={settings 파일 경로}
python3 manage.py runserver --settings=base.settings.dev

localhost:8000

About

This project is mini features calendar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published