Get real-time tweets with socket.io/Node/Express/Angular/Twitter API
Go to https://developers.twitter.com portal and get a bearer token and set it into TWITTER_BEARER_TOKEN
of backend/.env file or use this one: AAAAAAAAAAAAAAAAAAAAAKEhkwEAAAAAnjMvudyLnTBpyz%2BbK7HufSMpezg%3DQBGgBrlT2SiyFEYwm74NbJszl3kPT1f0RKqn4cT0gYFxwv4u1G
Run cd backend
Run npm install
Run npm run dev
Run cd ../frontend
Run npm install
Run ng serve
for a dev server. Navigate to http://localhost:4200/
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Also Run ng test
to execute the unit tests