Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eureka-shoulders/next-seed
A smart seed that aims to facilitate the understanding of complexity
https://github.com/eureka-shoulders/next-seed
Last synced: 2 months ago
JSON representation
A smart seed that aims to facilitate the understanding of complexity
- Host: GitHub
- URL: https://github.com/eureka-shoulders/next-seed
- Owner: Eureka-Shoulders
- License: mit
- Created: 2021-12-10T19:26:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T19:41:27.000Z (about 2 years ago)
- Last Synced: 2023-03-06T06:32:48.503Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 1.5 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shoulders: Next Seed
A smart organization that aims to facilitate the understanding of complexity
Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more.
## Description
🚀 This is a seed to start a NextJS application easily with useful features already configured!
_You can use our Nest Seed to improve your application_
### Our Features:
- Authorization
- Authentication
- Recover password
- Cookies
- eslint and prettier configured
- Shoulders Libs:
- Fetchx
- Formix
- Formuy
- Componentz
- Beltz
- Resources
- Users
- People
- Roles
- Contacts
## Installation
```bash
yarn install
```## Running the app
**Not necessary if the application was started with docker in the above command**
```bash
# development
$ yarn dev#build
yarn build
yarn start```
## Support
More info soon
## License
Nest is [MIT licensed](LICENSE).