ORDER MANAGEMENT FRONTEND
June 11, 2022 ยท View on GitHub
Order Manager with in NextJS, ReactJS, Redux, MUI design and Typescript
Description
Order Manager with in ReactJS, Redux and Typescript
Getting Started
To run the server locally, create a .env.local file at project root. You could base it off .env.development.
cp .env.development .env.local
Dependencies
- NodeJS
- Typescript
- Ensure you have Node.JS and Typescript installed on your system
- Check
package.jsonfor other dependencies
Installing
- Clone the repository
git clone https://github.com/funmiayinde/order-app-frontend.git - Change into the directory
cd order-app-frontend - Install all required dependencies with
npm install
Executing program
- Start the application with
npm run dev - Build the application with
npm run build
npm run dev
Help
Any advise for common problems or issues, you can write issues here.
https://github.com/funmiayinde/order-app-frontend/issues
Authors
Contributors names and contact info
Funmi Ayinde @Funmite_kay If you need clarification on what is not clear, contact me via mail funmi.syntax@gmail.com
Acknowledgments
Inspiration, code snippets, etc.