/templelate

templelate

Primary LanguageJavaScriptMIT LicenseMIT

templelate

templelate app repository

Get the app

# Go to folder that you want to put your app directory
git clone https://git.findhit.com/brunocasanova/templelate.git

Installing

# Instal modules
npm install

Initiating the app

// Development only

Database
mongo db
# start mongo ( daemon )
npm run init-mongo
Debugging
node-inspector | mongo-express-view
# start mongo express view ( daemon )
npm run init-mongo-express

# start node-inspector ( daemon )
npm run init-node-inspector
Backend
express.js
# start server in production environment
npm run start-web

# start server in development environment
npm run start-dev
Frontend
webpack | semantic-ui
# build frontend with webpack in production environment
npm run build-webpack

# build frontend with semantic-ui in production environment
npm run build-semantic

# watch frontend with webpack in development environment
npm run watch-webpack

# watch frontend with semantic-ui in development environment
npm run watch-semantic