? WEBJUMP
? Teste para contratação webjump
Um projeto Next.js para ser usado como teste da empresa WEBJUMP .
Oque foi utilizado?
Este projeto usa muitas coisas como:
? WEBJUMP ? Em construção… ?
Features
- Husky – Lint
- Generators
- Styles
- Jest
- Storybook
Começando
Primeiro, garanta que o backend esteja rodando na porta localhost:8888 e então rode o servidor:
npm run dev
# or
yarn dev
Abra http://localhost:3000 com seu navegador para ver o resultado.
Commands
dev
: runs your application onlocalhost:3000
build
: creates the production build versionstart
: starts a simple server with the build production codelint
: runs the linter in all components and pagestest
: runs jest to test all components and pagestest:watch
: runs jest in watch modestorybook
: runs storybook onlocalhost:6006
build-storybook
: create the build version of storybook
Saber mais
Para saber mais sobre Next.js, dê uma olhada nos seguintes recursos:
- Next.js Documentation – learn about Next.js features and API.
- Learn Next.js – an interactive Next.js tutorial.
Você pode verificar the Next.js GitHub repository – seus comentários e contribuições são bem-vindos!