About 109,000 results
Open links in new tab
  1. javascript - Web project's folders/directories structure - Best ...

    Mar 5, 2016 · The first structure looks like a single developer or a very small team. The second is for a larger project with more developers. Each module can be removed and replace, updated …

  2. How to structure a JavaScript project? - Stack Overflow

    I'm currently working on a big JavaScript project for which we want to define our own API. I'm using RequireJS as my dependency loader and it suits me just fine, allowing me to define …

  3. Folder structure for a Node.js project - Stack Overflow

    Dec 29, 2014 · ThreeNodes.js - in my opinion, seems to have a specific structure not suitable for every project; lighter - an more simple structure, but lacks a bit of organization;

  4. javascript - Node.js project naming conventions for files & folders ...

    Oct 27, 2021 · What are the naming conventions for files and folders in a large Node.js project? Should I capitalize, camelCase, or under-score? Ie. is this considered valid? project-name app …

  5. architecture - How to structure JavaScript applications in …

    Dec 22, 2011 · How do developers with large JavaScript apps in production handle their structure in development and in production? I could, for example, use RequireJS in development and …

  6. jquery - JavaScript project structure - Stack Overflow

    Nov 8, 2014 · I'm pretty new to JavaScript and I want to create a project. I've read online that by using npm init a package.json file is created. By using npm install --save or npm install --save- …

  7. In Vanilla JavaScript, how do I structure my app when having …

    But I'm not quite sure how such implementation should look at this situation in terms of code structure, namespacing etc.? What if I want to imitate a scale by creating multiple views, …

  8. What is the proper way to structure/organize javascript for a large ...

    Nov 30, 2011 · Even if you separated the javascript into 1 file per page where javascript is used, you'd still have about 100 javascript files. What is the best way to keep the file system …

  9. how to structure javascript files? - Stack Overflow

    Apr 26, 2013 · Do you have JavaScript to load in the contents of each html file? If so, and you have JavaScript code to run once each file is loaded you can call the required setup functions …

  10. javascript - Typical AngularJS workflow and project structure (with ...

    Jul 17, 2012 · It's typically better to serve static HTML/CSS/JavaScript files, and provide a RESTful API for the back end for the client to consume. One thing that you should probably …

Refresh