How to structure my angularjs app and test folder

HelloWorld

In my root folder 'Client' I would like to put an 'app' and 'test' folder inside the 'Client' folder. But I have no experience wether this works fine when adding libraries/generators to each of the folders.

Should there be a problem or what is the advised way to do it right that my testing works correctly?

aarti

use yeoman for scaffolding, however it requires installing both npm and yo.

http://yeoman.io/gettingstarted.html

npm install -g generator-angular

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to structure my unit test?

From Java

AngularJS Folder Structure

From Dev

How to List a my Folder in a UWP App

From Dev

How to use surefire plugin to run test in customized folder structure

From Dev

How do I use my own folder structure with Shotwell?

From Dev

How do I use my own folder structure with Shotwell?

From Dev

How to run a simple hello word in maven within my folder structure?

From Dev

how to test angularjs app using Protractor

From Dev

how to test angularjs app using Protractor

From Dev

Big React App - How to improve my app structure

From Dev

How to locally test my app in production with Meteor

From Dev

How to test my android app's lifecycle?

From Dev

How to test iOS "Rate My App" functionality

From Dev

how to test Facebook Login for my mobile app

From Dev

How to test iOS "Rate My App" functionality

From Dev

How to structure folder with namespace?

From Dev

How to structure my RSpec test folders, files and database?

From Dev

angularjs - how to generate dynamic pages if my response is changing structure at runtime

From Dev

Angularjs, how to structure my code across multiple files

From Dev

what should be in gitignore, and how do I put env folder to gitignore and is my folder structure correct?

From Dev

How to play an audio file stored within the data folder of my app?

From Dev

Server to test my app

From Dev

How to test that my service returns data with jasmine and angularjs

From Dev

How can I have a test and production AngularJS app in an Azure Website?

From Dev

Folder structure in GitHub for my Eclipse Maven project

From Dev

How to create test site structure before each plone.app.robotframework-based test?

From Dev

Access playlist folder structure from Spotify app?

From Dev

Cucumber folder structure for web + mobile app

From Dev

Heroku build for node app with unusual folder structure

Related Related

  1. 1

    How to structure my unit test?

  2. 2

    AngularJS Folder Structure

  3. 3

    How to List a my Folder in a UWP App

  4. 4

    How to use surefire plugin to run test in customized folder structure

  5. 5

    How do I use my own folder structure with Shotwell?

  6. 6

    How do I use my own folder structure with Shotwell?

  7. 7

    How to run a simple hello word in maven within my folder structure?

  8. 8

    how to test angularjs app using Protractor

  9. 9

    how to test angularjs app using Protractor

  10. 10

    Big React App - How to improve my app structure

  11. 11

    How to locally test my app in production with Meteor

  12. 12

    How to test my android app's lifecycle?

  13. 13

    How to test iOS "Rate My App" functionality

  14. 14

    how to test Facebook Login for my mobile app

  15. 15

    How to test iOS "Rate My App" functionality

  16. 16

    How to structure folder with namespace?

  17. 17

    How to structure my RSpec test folders, files and database?

  18. 18

    angularjs - how to generate dynamic pages if my response is changing structure at runtime

  19. 19

    Angularjs, how to structure my code across multiple files

  20. 20

    what should be in gitignore, and how do I put env folder to gitignore and is my folder structure correct?

  21. 21

    How to play an audio file stored within the data folder of my app?

  22. 22

    Server to test my app

  23. 23

    How to test that my service returns data with jasmine and angularjs

  24. 24

    How can I have a test and production AngularJS app in an Azure Website?

  25. 25

    Folder structure in GitHub for my Eclipse Maven project

  26. 26

    How to create test site structure before each plone.app.robotframework-based test?

  27. 27

    Access playlist folder structure from Spotify app?

  28. 28

    Cucumber folder structure for web + mobile app

  29. 29

    Heroku build for node app with unusual folder structure

HotTag

Archive