Open command in Windows, Terminal in Linux Clone Application to your Machine: git clone https://github.com/sameermth/react-calculator.git switch to the project folder cd react-calculator Run dependencies installation: npm installation If you want to continue further development, start development server npm start Open in your Browser localhost:3000 If you want a production build, run npm run build serve -s build