lismaroliveira1 / frontend-web-ui-nodejs-bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJs + Bootstrap + Font Awesome

This boilerplate loads Bootstrap 4, Font Awesome 4, CCS, Jquery, javaScript and more useful stuff.
We included everything you need to start a small project from scratch.

Installation

  1. Download the boilerplate as .zip-file.
  2. Extract the files and copy them to your project root.
  3. Run npm install in your terminal to get all needed packages
  4. Run npm start to start the node.js application.

Development & Production mode

If you want to run the application in development mode, where webpack is watching for changes of SCSS and JavaScript files, etc. simply run the following command:
npm run dev.

And for production mode use: npm start

Watching for changes

The npm run dev command will recompile all SCSS and JavaScript files automatically using webpack, if changes are detected.

License

This project is available under MIT License and is free for private and commercial usage.

About

License:MIT License


Languages

Language:HTML 83.6%Language:JavaScript 8.5%Language:CSS 3.3%Language:SCSS 2.3%Language:Less 2.3%