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
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 installto install project dependencies - run
npm run app:start-devto fire up dev server (backend on port: 5000) - run
npm run app:start-prodto fire up prod server (backend on port: 5000) - run
npm run app:start-mockapito fire up dev server (backend on mockapi.io) - Open browser to
http://localhost:4200
Run with server side rendering
- run
npm run ssr:build-mockapito build application - run
npm run ssr:startrun with ssr (backend on mockapi.io)
Build
- run
npm run buildto build application
Quick links
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