Tagged: boilerplate
Node.js New Project Boilerplate
https://github.com/enesccinar/nodejs-boiler Git Ignore Add .gitignore file to the project root folder. Project Structure SRC app.js models user.js routers user.js db mongoose.js middleware auth.js utils Main JS I add app.js to the main directory. I...
React Native Boilerplates on Visual Studio Code
I can basically add snippets to visual studio code to make my life easy. Because I use the same templates when I want to create a new screen, controller, or etc. I am going...