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.

27 lines
544 B

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. # socketioMEANseed
  2. seed for a MEAN webapp with socketio, angular-material for the frontend webapp
  3. ## seed project with
  4. * MongoDB
  5. * Expressjs
  6. * Angularjs (with angular-material)
  7. * Nodejs
  8. * Socketio (angular-socket-io)
  9. * (Ionic [not yet ])
  10. ## Structure
  11. * Server backend is in the folder /server
  12. * Web frontend, is in the folder /www
  13. * Ionic [not yet], will be in the folder /app
  14. Each process is independent of each other (server runs with CORS)
  15. ## To init
  16. on /server directory:
  17. ```
  18. npm start
  19. ```
  20. on /www directory:
  21. ```
  22. npm start
  23. ```