For development:

  1. Clone project
$ git clone <url>
  1. Install dependencies
$ npm install
  1. Run development server
$ npm start

Congrats! You may find site at 127.0.0.1:3000

For production:

  1. Clone project
$ git clone <url>
  1. Install required dependencies
$ npm install
  1. Create a production build by
$ npm run build
  1. Install serve globally
$ sudo npm install -g serve
  1. run production build using serve
$ serve -s build

Congrats! You may find site at 127.0.0.1:3000

Current bugs:

  • when you search and delete student, it displays all the left students for a millisecond and then displays search result. Not critical, but not good either.

Plans:

  • Refactor code