Skip to content

This is the source code of home page for Erealm Info & Tech Sdn Bhd.

Notifications You must be signed in to change notification settings

XueDong369/HomeSite

 
 

Repository files navigation

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.

About

This is the source code of home page for Erealm Info & Tech Sdn Bhd.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 69.2%
  • JavaScript 30.8%