An open API service indexing awesome lists of open source software.

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

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`