react-template-5
v16.10.37
Published
Ordering Template 5
Downloads
2
Readme
Ordering Website
#Setup guide
Clone the repository:
git clone https://github.com/Ordering-Releases/Ordering-Website.git
cd Ordering-Website
Delete yarn.lock:
rm -f yarn.lock
Delete node_modules:
rm -rf node_modules
Install dependencies:
yarn
run serve:
yarn serve
FAQ: 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.