π€π€©The frontend program for Hackathon 2020 registration website.
- Redux
- Bootstrap
- React
- TypeScript
- Install React DevTools and Redux DevTools for your web browser.
- Run these commands to fetch the copy of the project and install the dependent packages using npm.
git clone https://github.com/SYSUMSC/hackreg-t1.git cd hackreg-t1 npm install
- Run
npm start
to fire up the development build!
- Run
npm run build
. - Check out
/dist
.
This project is licensed under the MIT license, see the LICENSE file for details