You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
306 B

7 years ago
7 years ago
  1. # socketioMEANseed
  2. seed for a MEAN webapp with socketio, angular-material for the frontend
  3. ## seed project with
  4. * MongoDB
  5. * Expressjs
  6. * Angularjs (with angular-material)
  7. * Nodejs
  8. * Socketio (angular-socket-io)
  9. ## To init
  10. on /server directory:
  11. ```
  12. npm start
  13. ```
  14. on /www directory:
  15. ```
  16. npm start
  17. ```