Giter Site home page Giter Site logo

ehomesite's Introduction

Notes and information

Public Modules We used.

  • Setup the web site base on Node.js and Express.
  • Using Bower to manage front-end library.
  • Using Grunt to integrate the web site: compress and merge code, compress image, check code quality using jsLint.
  • Using AngularJS to control front-end code structure.
  • Using Bootstrap to setup UI.
  • Using winston as Logger
  • Using Nodemailer to send the mail.
  • Using handlebars as the server template engine.

Setting up the application

  • Install all modules
npm install
  • Before Checkin code: manage front-end library and compress images.
grunt prepare
  • Debug and run application: check code quality.
grunt
  • Publish the application: merge and compress JavaScript and CSS, Clean unused code, start up the application using forever.
grunt build
sudo GMAIL_USER='[email protected]' GMAIL_PASS='your mail password' forever start app.js

TODO List

  • Responsive Design.
  • Integrate with MongoDB.
  • Add blog module using poet
  • Logger.
  • Unit test.

ehomesite's People

Contributors

dangjian avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.