Skip to content
This repository has been archived by the owner on Apr 9, 2018. It is now read-only.

Omar-Elshinnawey/MEAN-Starter-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN-Starter-Project

Basic setup for MEAN stack project development

This project is a bad idea

Project Structure

MEAN Project
-app
-public
--css
--js
--ts
--views
--index.html
-app.js
-package.json
-tsconfig.json
-webpack.config.js

Folders & files details

app:
All backend code.
public/css:
All css files
public/js
All client side javascript files. The bundle.js created via webpack will also be here.
public/ts
All angular components and modules files including main.ts.
public/views
Angular's HTML components.
app.js:
Node application entry point
tsconfig.json:
ts compiler configurations.
webpack.config.js:
Webpack configuration file.

About

Basic setup for MEAN stack project development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published