Skip to content

scottjason/portfolio-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Site

scottleejason.com

Installation

git clone git@github.com:scottjason/portfolio.git && cd portfolio
touch env.json

In the env.json file, set the environmental variables for nodemailer (or remove nodemailer):

{
  "NODE_MAILER_EMAIL": "node mailer email",
  "NODE_MAILER_PASSWORD": "node mailer password"
}
npm install -g grunt-cli
npm install && bower install

Usage

To develop: grunt server

To build: grunt build

License

MIT

About

Angular.js, Express.js, Node.js, Grunt.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published