mhaidarhanif / super-workshop-js

⚙️ Super Workshop JS. Workshop with various JavaScript and Node.js technologies.

Home Page:https://mhaidarhanif.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Workshop JS ⚙️ Workshop with JavaScript

Table of Contents

Why? Start with Why

"Tell me and I forget. Teach me and I remember. Involve me and I learn." — Benjamin Franklin

To engage and involve people who want to learn and collaborate together.

What?

This experimental workshop repo is intended as a fuondation and designed for faster learning curve of practicing, implementing, and teaching friendly best practice of various web technologies.

How? Contributions Welcome

By telling and teaching directly to learners in the most simple and interactive fashion. As we want to actualize good ideas, architectures, and infrastructures of RESTful web application.


Hall of Badges

General

Category Badge
Website Website
Management ZenHub Waffle.io
License License
Style Guide Standard Good Parts
Dependency CI Dependency CI
bitHound bitHound Overall Score bitHound Code
bitHound Dep bitHound Dependencies bitHound Dev Dependencies
Codacy Grade Codacy Badge
Code Climate GPA Issue Count Test Coverage
Travis CI Build Status
Snap CI []
Codeship Codeship Status for mhaidarh/super-workshop-js
Inch CI Docs Inch CI

Server with Node.js and Express

Category Badge
Node.js Node.js Version
npm npm package version
Dependency Dependency Status
Dev Dependency devDependencies Status
Express Express 4
Coverage Coveralls
Security NSP Status

Hall of Requirements

  • Engineering software the right way
  • Understanding the essentials of JavaScript and Node.js
  • Concepts of client & server side
  • Technologies of database & deployment pipeline

Hall of Technologies

See the Tech Stack, Technical Keywords, and Programming Languages


Hall of Development

Make sure you have installed the latest Node.js and npm. Afterwards, install the required global dependencies.

# node modules
npm install -g yarn pnpm pm2 nodemon mocha karma-cli live-server bower vue-cli react-native-cli

# ruby gems
sudo gem install travis

Then open these directories separately, based on your own preference:

  • servers/server-*
  • clients/client-*
  • tests/test-*

Server Express (server-express)

npm install
./bootstrap.sh # will copy config/*.schema.js to their own config/*.js
# edit each config/*.js
npm run start:dev

Client jQuery (client-jquery)

bower install
live-server

Test Chai (test-chai)

yarn
# edit .env
npm test
travis login --auto

Hall of Deployment

(Later, define usage of CI/CD with Codeship or Snap CI)

Local Check => Deploy to Cloud

Server

cd servers/server-x
npm start
pm2 list

Client

cd clients/client-x
npm start
# open browser

Test

cd tests/test-x
npm test

Deploy

npm run deploy:dev:setup
npm run deploy:dev

Integration Check

git push origin master
# open https://travis-ci.org/mhaidarh/super-workshop-js

Hall of References


License

Verbatim copy of MIT License

Copyright (c) 2017 M Haidar Hanif, https://mhaidarhanif.com

About

⚙️ Super Workshop JS. Workshop with various JavaScript and Node.js technologies.

https://mhaidarhanif.com

License:MIT License


Languages

Language:JavaScript 86.0%Language:HTML 9.4%Language:API Blueprint 2.8%Language:RAML 1.1%Language:CSS 0.5%Language:Shell 0.3%