- This is a clone website which uses Angular 6 based on a website built with React.
- To checkout the original website, go to https://github.com/swnoh/Bbang
- Deployed on Heroku.
- Server-side: Node.js.
- Client-side: Angular 6.
- Backend API: GraphQL (Not yet implemented).
- Database utilizes a MongoDB with mlab (Not yet implemented).
- Client-side API requests are generated from Apollo Client wrapped components (Not yet implemented).
- The rest of the app sits on Bootstrap, HTML5, CSS3.
npm i
to install dependenciesnpm start
to launch server