Web front-end project for managing Changwon Univercity's security club Casper
's activities.
- Nodejs 16.13.0
- React 17.0.2
- yarn 1.22.17
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm
sudo npm -g install n
sudo npm -g install yarn
sudo n stable
git clone https://github.com/CASPER-REPSAC/connect-frontend.git
cd connect-frontend
yarn install
This project has been refactor from last one (using react-bootstrap for css library, and good-all useState for every state managing). Now it uses TailwindCSS
, redux
and redux-thunk
. Planning to add code spliting
& SSR
ASAP.
default: camelCase
url params, api functions : snake_case