Skip to content

A web application for "devHub", used for recording and announcing events and activities formed around this platform. Implemented using the MEAN stack.

License

Notifications You must be signed in to change notification settings

unsftn/devHub-web-app

Repository files navigation

devHub-web-app

A web application for "devHub", used for recording and announcing events and activities formed around this platform. Implemented using the MEAN stack.

In order to start the application you need to remove node_modules and bower_components if they already exists. On linux navigate to your project folder:
rm -rf bower_components && rm -rf node_modules

Then install it again with:
npm install

You need to install multer in root directory:
npm install multer --save

You also need to do: bower install in packages/custom/article and packages/custom/meetup and npm install in packages/custom/files.

About

A web application for "devHub", used for recording and announcing events and activities formed around this platform. Implemented using the MEAN stack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published