16.10.37 • Published 12 months ago

react-template-5 v16.10.37

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

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.