ACEP Node.js ES6 Application Template
- 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
- Install Dependancies
npm install
- 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
- Run the Application
npm start