FrontEnd repository for website newanigram.net. This is just a lite version of Instagram, made by me in free time.
- ReactJS: https://reactjs.org/
- GraphQL: https://graphql.org/
- Jest: https://jestjs.io/en/
- Testing Library: https://testing-library.com/
- AWS: Amplify
1. Install packages
$yarn install
2. Run App
$yarn start
App will run at address: localhost:4000
3. Run Unit Tests
$yarn test
Made with