/hackreg-t1

The registration website for Hackathon 2020 by Team One

Primary LanguageTypeScriptMIT LicenseMIT

hackreg-t1

🀟🀩The frontend program for Hackathon 2020 registration website.

πŸ–Ό Screenshots

pic1 pic2 pic3 pic4

βš™οΈ Technology Stack

  • Redux
  • Bootstrap
  • React
  • TypeScript

πŸ“‹ Guides

πŸ›  Setting up local development environment

  1. Install React DevTools and Redux DevTools for your web browser.
  2. 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
    
  3. Run npm start to fire up the development build!

πŸ›  Making a production build and run it

  1. Run npm run build.
  2. Check out /dist.

πŸ” License

This project is licensed under the MIT license, see the LICENSE file for details