Coder Social home page Coder Social logo

wahello / daonomic-client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from daonomic/daonomic-client

0.0 2.0 0.0 1.85 MB

Investor web-site

Home Page: https://demo.daonomic.io

License: GNU General Public License v3.0

JavaScript 93.96% CSS 5.61% HTML 0.43%

daonomic-client's Introduction

Daonomic client

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

Development

Start development server:

npm start
# or
PORT=8080 npm start

Build

Build project for production:

npm run build

Options

Build options are specified using environment variables:

  • DEBUG_ENABLED=true enables sourcemaps for debugging
  • ENVIRONMENT (production by default, may be staging or development) specifies in which environment the app will be used

Example usage:

DEBUG_ENABLED=true ENVIRONMENT=staging npm run build

i18n

All translations can be edited at ./source/i18n/translations.

Testing

Linters

npm run test:lint

Typecheck

npm run test:types

Unit

npm run test:unit

End-to-end

npm run test:e2e

Enable debugging:

DEBUG_ENABLED=true npm run test:e2e

Run specific test suite:

npm run test:e2e -- --suite happyPath

Test suites are defined in suites option of wdio.config.js.

If you want to add a breakpoint, just add await browser.debug(); at the desired point of a test file.

daonomic-client's People

Contributors

0v1se avatar fj8b avatar

Watchers

zw avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.