Folder structure for a big website (JS project)

I am going to write a project of a website and use JavaScript, HTML, LESS. Also I will have a lot of images almost for every HTML file.

Which is the best folders' layout for a typical website?

Upvotes: 0

Views: 616

Answers (2)

Rex Adrivan
Rex Adrivan

Reputation: 1009

If you are looking for a full stack and advance architectured code. You can try http://meanjs.org/

The best thing about this full stack framework is it comes with unit testing and other useful codes for developing large scale websites.

Upvotes: 0

bln
bln

Reputation: 320

you can take a look at yeoman It's a scaffolding tool for generating web sites, web apps.. there are many "generators" available.

Upvotes: 1

Related Questions