A scaffold for starting a bootstrap project
#Goodies
- Twitter Bootstrap
- All Less Files
- All JS Plugins
- Premade Templates
- Font-Awesome
- Jquery
- Already configured Node Server
- Clone Git Repository to start a new project
- Install Node JS
Run this command to install connect middleware
nmp install connect- navigate to the directory where you cloned this project
- edit "server.js" if you want to change server config
To start the server, run this command in the root of your project
node serverHappy Coding :D