Skip to content

A sample collectiion of node application using Material Theme by Google.

License

Notifications You must be signed in to change notification settings

kashar/sample-nodejs-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A sample application showing how to build applications in node using material theme.

  • Note taking application
  • A simple TODO list

Pre-requisites

  • Nodejs
  • NPM

Build

  1. Run the following command to install bower and grunt cli tools.
    npm install -g bower grunt-cli
    
  2. Run the following command to install the project dependencies.
    bower install
    
  3. Run the following command to build the project.
    grunt build:angular
    

Run the application

To start the application locally, run the following command.

npm start

Launch the application

1: Put all the files on a local server (must include the "app" and "libs" folder) 2: Open "http:https://localhost/app/" in browser

Preview

TODO List

TODO App

Dashboard

Dashboard

Note

Note

About

A sample collectiion of node application using Material Theme by Google.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published