WizFood-react is the Frontend of WizFood, which is my Capstone project to graduate
Please make sure you have installed node, npm, and yarn
$ brew install [email protected]
$ brew install [email protected]
$ brew install [email protected]Build:
docker build -t wizfood-react:1.0 .
Run:
docker run --rm -p 3000:3000 wizfood-react:1.0
Install the project
npm install
Run the project locally
npm start
or
yarn start