Skip to content

jovanidash21/express-krakenjs-boilerplate

Repository files navigation

Express-Kraken.js Boilerplate


Prerequisite

Installation

  • Clone or download this repository.
git clone https://github.com/jovanidash21/express-krakenjs-boilerplate.git
  • Navigate to the project directory.
cd express-krakenjs-boilerplate
  • Install node modules.
npm install
  • Install bower modules.
bower install
  • Run the project.
npm run build
  • Open a browser and visit localhost:8000.
  • Run in dev mode.
npm run dev

NPM Scripts

  • npm start - start the server.
  • npm run build - run the project in production mode.
  • npm run dev - run the project in dev mode.
  • npm run grunt:prod - run the grunt in production mode.
  • npm run grunt:dev - run the grunt in dev mode.
  • npm run node:prod - run the node server in production mode.
  • npm run node:dev - run the node server in dev mode.

License

Licensed under MIT.

About

A Node.js Express Kraken.js boilerplate

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published