Code snippets all start with a number
To run the code examples
npm run // to see all the scripts
npm run scriptnameLook in the package.json to see examples of creating multiple script options, as per the above.
Some code includes references to external packages. Before this will work, ensure you run the following install command from a terminal open to the project folder. (this is not needed more than once)
npm i
- Tips Useful code samples.
- VSCode extensions, shortcuts and tips.
- Learning suggestions and ideas.
- NPN commands and packages.
- Coding recommendations and practices.
- Reference information.
- Front-end HMTL, CSS, and recomendations.
- Docker information, commands, and useful YAML.
- Database learnings.
- Git practices and commands.
- Architecture patterns, practices, and recommendations.
Look under the
client_codefolder for examples of client-side task adding, and dynamic notifications.
Create a GitHub account, then add a watch for this project to be notified of updates.