Practical tasks and demo projects suitable for beginners to learn NodeJS.
Recommended sequence for projects to solve.
- Use the latest NodeJS version with ECMAScript 6 features
- Use ESLint to lint the JavaScript files, prefer provided configuration
- Use JSCS with Google style, prefer provided configuration
- Use example-package.json as a template for tasks
- Use freely popular packages (i.e. lodash, commander)