Formify App de encuestas utilizando: Next.js styled-components MongoDB Graphql Typescript Redis Screenshots Project setup You will need node and npm installed globally on your machine. Install the dependencies npm install Development Start the frontend app npm run dev Production Build the frontend app and the api npm run build Start the frontend app npm run start:app Start the api npm run start:dev