Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

gothinkster/dojo-realworld-example-app

Repository files navigation

Dojo Example App

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

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

About

Exemplary real world application built with Dojo2

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages