/calcrust.com-frontend

The frontend for calcrust.com.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Frontend for calcrust.com

Backend can be found by clicking here

How to build

The project uses gulp for development and generating dist files. The gulp file among other files uses es6 features, so make sure your node is up to date.

Start by navigating to the project folder in a terminal and write npm install to download all dependencies.

Type gulp to launch a live reload server on port 8080 (can be changed in gulpfile.js).

Type gulp build to only generate dist files.

Both commands output files to ./dist.