db001 / itechCalculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

For a full development install, navigate to the client and server folders and run npm install.

In the base directory use the command npm run servers to run the development servers for both the client and server.

For development (including Grunt) run npm run dev.

Open the browser to http://localhost:5050.

This project was built using Grunt as a task runner to transpile ES6 (using Babel) and to compile Sass.

Front end development code can be found in the client/src folder, and transpiled/compiled code is in the client/dist folder.

Prerequisites:

To run:

  • PHP installed and added to path

For development:

  • Grunt installed globally (npm i -g grunt)

About


Languages

Language:JavaScript 53.9%Language:CSS 24.8%Language:PHP 21.3%