string2string/webapp at a2b04372a6f1983fe71d6b91c93ea9ccaf76f0c3 · modulexcite/string2string · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

String to string

Prerequisites

Getting Started

Edit the information in config/settings/secrets.js for the database

run these commands before starting server (only need to do once):

npm install

bower install

sass public/css/main.scss > public/css/main.css

to run server:

node app.js #point the browser to localhost:3000 to visit the site