Book sales management
install dependencies: npm install
run app: npm start
npm install -g surge
npm run build
mv dist/index.html dist/200.html
surge dist your-project-name.surge.sh
This project is licensed under the MIT License - see the LICENSE.md file for details