/daonomic-client-pre-tge

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Build Status

Daonomic client

In order to develop and build this project you need Node.js ^8.9.0 and NPM ^5.5.1 installed.

npm install # installs project dependencies

npm start # starts development server

npm run build # builds project
DEBUG_ENABLED=true npm run build # builds project with sourcemaps for debugging
API=development npm run build # builds project but switches it to use the development API server