Skip to content

password-diet/password.diet

Repository files navigation

password.diet

The code behind the site https://password.diet/

The base was generated with the generator-react-6 Yeoman generator.

Setting up the development environment

npm install
bower install
gem install sass

Running the development server locally

gulp watch

After that the local autorefresh dev server will be running at localhost:9000

Compiling the production bundle (it'll be in the dist folder after the build)

gulp build:production