# socketioMEANseed seed for a MEAN webapp with socketio, angular-material for the frontend ## seed project with * MongoDB * Expressjs * Angularjs (with angular-material) * Nodejs * Socketio (angular-socket-io) ## To init on /server directory: ``` npm start ``` on /www directory: ``` npm start ```