Skip to content

jehaverlack/acep-nodejs-es6-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acep-nodejs-es6-app-template

ACEP Node.js ES6 Application Template

Clone

  1. Clone Repo and remove remote
git clone [email protected]:jehaverlack/acep-nodejs-es6-app-template.git my-new-app
cd my-new-app
rm -rf .git
  1. Install Dependancies
npm install
  1. Customize the Configuration
  • Edit package.json - to update project details
  • Edit conf/config.json - to update application configuration details
  • Copy conf/credential-example.json to conf/credential.json and chmod 6000 conf/credential.json
  1. Run the Application
npm start

About

ACEP Node.js ES6 Application Template

Resources

License

Stars

Watchers

Forks

Packages

No packages published