All Projects → gothinkster → dojo-realworld-example-app

gothinkster / dojo-realworld-example-app

Licence: MIT license
Exemplary real world application built with Dojo2

Programming Languages

typescript
32286 projects

Dojo Example App

Dojo codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

Demo    RealWorld

This codebase was created to demonstrate a fully fledged full-stack progressive web application built with Dojo including automatic code splitting by route, CRUD operations, authentication, routing, pagination, build time rendering and more.

We've gone to great lengths to adhere to the Dojo community style guides & best practices.

For more information on how to this works with other front-ends/back-ends, head over to the RealWorld repository.

How it works

Dojo RealWorld using @dojo/framework and @dojo/cli-build-app.

For more information on Dojo visit dojo.io

Getting started

You can view a live demo over at https://dojo-2-realworld.firebaseapp.com

To get the frontend running locally:

  • Clone this repository
  • npm install to install all required dependencies
  • npm run dev to start the local server with watch and hot reload

The local web server uses port 9999.

For a production build of the application:

  • npm run build to build the output into the output/dist directory.

To run the tests run npm run test

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].