/techSharingApp

App for sharing websites, designs, or other interesting things on the web. Built with Angular 2, Express, and MongoDb

Primary LanguageTypeScript

To run the app.

npm install (to load the dependencies)

App runs with mongoDB. Will need a instance running.

run the server with node.

node server.js

and in a separate terminal window, run the ng build command to fire up the app.

ng build -w

when both are running app should be accessible on localhost:3000