What better way to have a scheduled hangout with your friends where you can unwind after a busy week, this is why we built catch and all in one platform that solves this problem.
- React Javascript
- TailwindCSS
The basic requirements for building the executable are:
- A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
- VSCode or any other equivalent code editor
- NPM -Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)
git clone https://github.com/workshopapps/dinnerwithfriends.mobile.git
To get all package modules required to build the project run:
npm install
every package module required to build the project is listed in the package.json file. this is used as a reference to get all dependencies.
To run the program on a browser through a server run this command in your cli
npm start
This should open the page in your localhost on port 3000. then you'd be able to view the built page generated using webpack.
To build the project run:
npm run build
after you run this sucessfully you'd locate the build from in the build
folder located from the parent directory of the project.
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.# catch_up