https://github.com/csdev19/front-store-manager
A nextjs app to manage a store
https://github.com/csdev19/front-store-manager
Last synced: 2 months ago
JSON representation
A nextjs app to manage a store
- Host: GitHub
- URL: https://github.com/csdev19/front-store-manager
- Owner: csdev19
- License: mit
- Created: 2022-01-08T03:01:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T17:59:45.000Z (over 3 years ago)
- Last Synced: 2025-01-25T23:43:54.796Z (4 months ago)
- Language: TypeScript
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Front store manager
My store manager app made on Next.js. Based on my template [next-ts-mui-boilerplate
](https://github.com/csdev19/next-ts-mui-boilerplate).## Features
- [x] [MUI](https://mui.com/)
- [x] [TypeScript](https://www.typescriptlang.org/)
- [x] [Prettier](https://prettier.io/)
- [x] [ESLint](https://eslint.org/)
- [ ] [Docker](https://www.docker.com/)
- [x] [Jest](https://facebook.github.io/jest/)## Interesting Packages
- [https://reactdatepicker.com/#example-calendar-open-state-callbacks](https://reactdatepicker.com/#example-calendar-open-state-callbacks)
## Getting started
1. Clone this repository
2. Install dependencies
3. Create a `.env` file with your configuration
4. Run the app `**npm run dev**`
5. Open `http://localhost:3000`