Anything that good hackers would find interesting. That includes more than hacking and startups.
HTML5
JS
SCSS
React
Webpack
Node
To install all the npm dependency run:-
npm install
To run client side application:-
npm run start
To make a build of Client side application:-
npm run build
To run application with SSR on node:-
node index.js
Travis is being used for Continuous Integration.
Husky is used to run git hook.Its prevent bad commit to push in repo.
This is used to maintain code quality and consistency in JS code.
Rules meantioned in:- .eslintrc
This is used to maintain code quality and consistency in SCSS code.
Rules mentioned in:- .stylelintrc
{
"editor.formatOnSave": true,
"prettier.eslintIntegration": true,
"prettier.stylelintIntegration": true
}
-
Extension for VSCode:-
Prettier - Code formatter ESLint