Bloggews is a project using json-server focusing on the study of Angular 9, and applying it to a news registration system (news, categories, users)
Clone ou faça o download do projeto, após isso, instale as dependencias utilizando o yarn
yarn install
cd server/
yarn start # starts json-server fake api
#----------> EM CONSTRUÇÃO
- Fork the project.
- Create a new branch with your changes:
git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
git commit -m" feature: My new feature "
- Submit your changes:
git push origin my-feature
If you have any questions check out this [guide on how to contribute to GitHub] (https://github.com/firstcontributions/first-contributions)