O Rocktshoes é uma single page feita em ReactJS .
O Rocktshoes é uma single page feita em ReactJS, para mostrar os conhecimentos acerta de React, Redux, Hooks entre outras tecnologias.
OS X, Linux & Windows:
json-server server.json -p 3333 -> fake backend
yarn -> install dependecies
start -> react-scripts start,
build -> react-scripts build,
test -> react-scripts test,
eject -> react-scripts eject
Lucas Lamar – @lucaslamar – [email protected]
Distribuído sob a licença MIT. Veja LICENSE
para mais informações.
Contribuições são o que fazem a comunidade open source um lugar incrível para aprender, inspirar e criar. Qualquer contribuição que você fizer será muito apreciada.
- Faça um Fork do projeto
- Crie uma Branch para sua Feature (
git checkout -b feature/FeatureIncrivel
) - Adicione suas mudanças (
git add .
) - Comite suas mudanças (
git commit -m 'Adicionando uma Feature incrível!
) - Faça o Push da Branch (
git push origin feature/FeatureIncrivel
) - Abra uma Pull Request