Giter Club home page Giter Club logo

site's Introduction

=======

dojo.io site

This project was generated with the Dojo CLI & Dojo CLI create app command.

Build

Run dojo build --mode dist (the mode option defaults to dist) to create a production build for the project. The built artifacts will be stored in the output/dist directory.

Content Build

Run npm run build:content to build the content

Production Build

Run npm run build to create a development build for the project. The built artifacts will be stored in the output/dev directory.

Development Build/Server

Run npm run dev to create a development build and start a development server. By default the server runs on port 9999, navigate to http://localhost:9999/.

Running unit tests

To run units tests in node only use npm run test which uses JIT (just in time) compilation.

To run the unit tests against built bundles, first the run a test build with dojo build --mode unit. The build test artifacts are written to the output/tests/unit directory.

Then dojo test -c local to run the projects unit tests. These tests are located in the tests/unit directory. The --watch options can be used with the test build which means that dojo test can be re-run without needing to re-build the full application each time.

Running functional tests

To run the functional tests, first the run a test build with dojo build --mode functional and then dojo test -f to run the projects functional tests. These tests are located in the tests/functional directory.

Further help

To get help for these commands and more, run dojo on the command line.

site's People

Contributors

kanefreeman avatar matt-gadd avatar jameslmilner avatar

Watchers

James Cloos 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.