Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vcolesdev/nextjs-clients-app_v1
An implementation of a personal clients app built with NextJS.
https://github.com/vcolesdev/nextjs-clients-app_v1
api application dashboard eslint forms json-server next nextjs react react-forms reactjs redux tailwind typescript
Last synced: about 1 month ago
JSON representation
An implementation of a personal clients app built with NextJS.
- Host: GitHub
- URL: https://github.com/vcolesdev/nextjs-clients-app_v1
- Owner: vcolesdev
- Created: 2024-01-19T07:07:08.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-19T07:08:48.000Z (12 months ago)
- Last Synced: 2024-04-11T08:53:06.752Z (9 months ago)
- Topics: api, application, dashboard, eslint, forms, json-server, next, nextjs, react, react-forms, reactjs, redux, tailwind, typescript
- Language: TypeScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS Clients React App
## Description
### `[AI Generated Description]`
This is a React app that uses NextJS to display a list of clients. Description to be updated.
## Built With
* [React](https://reactjs.org/) - A JavaScript library for building user interfaces.
* [NextJS](https://nextjs.org/) - The React Framework for Production.
* [TypeScript](https://www.typescriptlang.org/) - A typed superset of JavaScript that compiles to plain JavaScript.
* [React Redux](https://react-redux.js.org/) - Official React bindings for Redux.
* [ESLint](https://eslint.org/) - A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript.
* [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework for rapidly building custom designs.
* [JSON Server]() - A full fake REST API with zero coding in less than 30 seconds.## How to run
1. Clone this repo and enter project directory.
2. Run `yarn install` to install dependencies.
3. Run `yarn start` to start the app.
4. Run `yarn serve` to start the fake REST API.
5. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.