JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q82024F

Core with base class and todo entities for application maked on Angular5+

Package Exports

  • @rucken/todo-core

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rucken/todo-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Greenkeeper badge NPM version Build Status Gitter Join the chat at telegram

A simple todo application demonstrating the basic usage of rucken.

Usage

  • Clone or fork this repository git clone https://github.com/rucken/todo-web.git
  • Make sure you have node.js installed version 6+
  • Make sure you have NPM installed version 3+
  • Open comand line in folder rucken-todo
  • run npm install to install project dependencies
  • run npm run app:start-dev to fire up dev server (backend on port: 5000)
  • run npm run app:start-prod to fire up prod server (backend on port: 5000)
  • run npm run app:start-mockapi to fire up dev server (backend on mockapi.io)
  • Open browser to http://localhost:4200

Run with server side rendering

  • run npm run ssr:build-mockapi to build application
  • run npm run ssr:start run with ssr (backend on mockapi.io)

Build

  • run npm run build to build application

Source - Source code.

Demo - Demo application with mock data worked.

Demo (SSR) - Demo application with server side rendering.

Demo source - Source code of demo application.

Sample projects

Rucken: Todo - Simple todo application with: projects, tasks, statuses (backend: http://mockapi.io).

Rucken: Demo (NestJS) - Simple application demonstrating the basic usage of permissions with NestJS (JWT, PasswordHash, User, Group, Permission, ContentType) (backend: NestJS).

Rucken: Todo (Django) - Simple todo application with: auth, groups, permissions, projects, tasks, statuses (backend: Django + plugins).

License

MIT