Skip to content

shun-harutaro/koyofes2023-reception-system-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koyofes2023-reception-system-frontend

Overview

2023年度こうよう祭の一般来場者受付システム

Usage

  1. Clone this repository and submodule.
git clone --recursive https://github.com/shun-harutaro/koyofes2023-reception-system-frontend.git
  1. npm install to install dependencies.
  2. Create .env.local and enter the base URL for backend server and event's dates.
touch .env.local
echo "REACT_APP_API_URL=http://localhost:3001"
echo "REACT_APP_DATE_DAY1=yyyy/mm/dd"
echo "REACT_APP_DATE_DAY2=yyyy/mm/dd"
  1. Start development server with npm run all

Advanced Usage

  • Start only frontend's development server: npm run start
  • Start only backend's mock server: npm run mockapi

Backend server

https://github.com/GoRuGoo/koyofes2023-reception-system-backend

About

2023年度こうよう祭受付システムのフロントエンド

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published