Home - Tuong-Nguyen/JavaScript-Structure GitHub Wiki
Welcome to the JavaScript-Structure wiki!
This is a start up for a JavaScript project.
- IDE: WebStorm + EditorConfig
- Package manager: npm - bower - ...
npm
Node security platform: Check for security vulnerable in packages
nsp check
- Web Server:
express
Sharing Work-In-Progress - Automation: grunt - gulp - npm
npm script - Transpiling: Babel - TypeScript
- Module & Bundle
ES6 modules
webpack - Linting with ESLint
- Unit testing
Update package to latest version
Packages in package.json are defined with specific version. npm-check-updates is used to check if there are new version for those package and update them if required.
npm-check-updates