Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 643 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 643 Bytes

Menu-gen

a react/redux app to create menus

Install

clone the repo, cd in to it and run this command

npm i && cd client && npm i

to run the server side run this command in the root folder

npm run dev

to run the client side run this command in the client folder

npm start

to run the server and client side at the same time return

npm run watch

to run th app in debug more run

npm run debug

App screenshot

app screenshot

app screenshot