16.10.37 • Published 1 year ago
react-template-5 v16.10.37
Ordering Website
#Setup guide
Clone the repository:
git clone https://github.com/Ordering-Releases/Ordering-Website.git
cd Ordering-WebsiteDelete yarn.lock:
rm -f yarn.lockDelete node_modules:
rm -rf node_modulesInstall dependencies:
yarnrun serve:
yarn serveFAQ: Issue: Invalid options object. Dev Server has been initialized using an options object that does not match the API schema. Solution: Compare the package.json in your local project and the package.json in the repository you must have the same versions.