Implement three different types of error detecting and self-correcting codes: Hamming, Convolutional and Reed-Solomon code.
- Run
npm i
- Run
npm i -g nodemon
to install nodemon if not already have
- Run
nodemon index
- Redirect to the client folder
cd client
- Run
npm start