-
Updated
Mar 29, 2021 - TypeScript
starter
Here are 2,036 public repositories matching this topic...
Socket support
-
Updated
May 3, 2021 - JavaScript
-
Updated
Apr 29, 2021 - CMake
-
Updated
Jul 28, 2020 - PHP
- Use best practices for creating the Dockerfile: https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md
- Use multi stage builds: https://docs.docker.com/develop/develop-images/multistage-build/
- Set image's main command to ENTRYPOINT: https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#entrypoint
- Update docker-compose version to 3.x
- Use node LTS ve
-
Updated
Feb 12, 2021 - JavaScript
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Aug 24, 2020 - JavaScript
I believe this was handled by the wipe-if-demo script in the demo but I needed to manually run it in production since I removed that script from the Procfile. Not a huge deal but figured I would at least document it here to save someone else some time as it threw me for a little loop when I got the Postgres error.
Got the following error when I tried to register since the worker schema was
-
Updated
May 1, 2021 - TypeScript
-
Updated
Feb 7, 2021 - SCSS
-
Updated
Apr 13, 2017 - JavaScript
Hello,
Thank you for your work.
Would it be possible to add npm tasks to automatically publish to the Firefox and Chrome stores?
It is possible with:
https://www.npmjs.com/package/web-ext-submit FF
https://www.npmjs.com/package/chrome-webstore-upload-cli Chrome
I will submit a PR if I find some time :/
-
Updated
Apr 20, 2021 - TypeScript
-
Updated
Mar 7, 2021 - JavaScript
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Apr 12, 2021 - TypeScript
-
Updated
Apr 19, 2021 - PHP
-
Updated
Apr 19, 2021 - TypeScript
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Mar 31, 2021 - TypeScript
-
Updated
Oct 11, 2019 - JavaScript
-
Updated
Feb 13, 2021 - Pug
I've seen plenty of folks use alternatives to SASS.
Such as:
- LESS http://lesscss.org/
- Stylus http://stylus-lang.com/
- PostCSS http://postcss.org/
So it might be nice to have a prompt such as Choose your CSS Preprocessor
Sent from my Pixel 2 using FastHub
Improve this page
Add a description, image, and links to the starter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the starter topic, visit your repo's landing page and select "manage topics."
Hi,
Excellent boilerplate! How about adding support for sockets in this to make a more complete boilerplate?
Also instructions on deployment using Docker/native would be very helpful.
Thanks.