-
Download
git clone https://github.com/wedevelopmx/node-starter.git
-
NPM dependencies
npm install
-
Bower Dependencies
bower install
See third party segment.
-
Building App
grunt build
-
Running application
npm start
Now you can access the application on http://localhost:3000
We are using a predefined theme known as FLATKIT, we host our licence code in bitbucket private repository. Ask for access to the repository to our project manager, he will upload your SSH, and your environment will download the repository when you execute bower. Same process is expected if you are deploying the application to cloud environment.
If you are not part of we develop you can purchase a license on Flatkit Oficial Page, then you have to place it under folder /public/vendor before executing grunt.
- Please install sqlite3 package manually
Node newer version may have troubles to install sqlite3 dependency using npm. You can overcome this issue by running below command:
bower install sqlite3
- Grunt Sass & Node Sass
For newer versions of node, grunt dependency "node-sass" is not able to compile correctly, you can overcome this issue by running below command:
cd node_modules/grunt-sass/node_modules/node-sass
npm install
node scripts/install.js
After this process you can bring up the application.
Copyright (c) 2016 WeDevelop
No permission is granted to use this code in any fashion. Please contact company in order to get a demo.