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.
🚀 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
- Authorization
- Authentication
- Recover password
- Cookies
- eslint and prettier configured
- Shoulders Libs:
- Fetchx
- Formix
- Formuy
- Componentz
- Beltz
- Resources
- Users
- People
- Roles
- Contacts
yarn install
Not necessary if the application was started with docker in the above command
# development
$ yarn dev
#build
yarn build
yarn start
More info soon
Nest is MIT licensed.