Skip to content

chatthana/node-ddd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-DDD

Domain Driven Design application with Node.js

This is a DDD-based application built purely with Node.js

How to run the application

The application uses Grunt to transpile ES6/ES7 code into browser-compatible ES5 code. However, you need to install Grunt globally on your system with the following command

npm install -gs grunt

or

yarn global add grunt

Then install the local dependencies

npm install

or

yarn

After installing the dependencies. You can transpile the application using the below command

grunt

About

Domain Driven Design with Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published