All Projects → nextcloud → App Tutorial

nextcloud / App Tutorial

Licence: agpl-3.0
Tutorial app which is built in the tutorial

Projects that are alternatives of or similar to App Tutorial

Dev Practice
Practice your skills with these ideas.
Stars: ✭ 1,127 (+3786.21%)
Mutual labels:  hacktoberfest, development, frontend
Takeoff
A rapid development environment using docker for convenience.
Stars: ✭ 271 (+834.48%)
Mutual labels:  hacktoberfest, development, frontend
Front End Web Development Resources
This repository contains content which will be helpful in your journey as a front-end Web Developer
Stars: ✭ 3,452 (+11803.45%)
Mutual labels:  hacktoberfest, tutorial, frontend
Free Courses
Free IT courses
Stars: ✭ 522 (+1700%)
Mutual labels:  hacktoberfest, frontend
Emacs4developers
A document to help developers to use Emacs as a developer
Stars: ✭ 430 (+1382.76%)
Mutual labels:  tutorial, development
Openhab Android
openHAB client for Android
Stars: ✭ 457 (+1475.86%)
Mutual labels:  hacktoberfest, app
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (+996.55%)
Mutual labels:  hacktoberfest, app
Webpacker
Use Webpack to manage app-like JavaScript modules in Rails
Stars: ✭ 5,282 (+18113.79%)
Mutual labels:  hacktoberfest, frontend
Mail
💌 Mail app for Nextcloud
Stars: ✭ 528 (+1720.69%)
Mutual labels:  hacktoberfest, nextcloud
Learn Graphql
Real world GraphQL tutorials for frontend developers with deadlines!
Stars: ✭ 586 (+1920.69%)
Mutual labels:  hacktoberfest, tutorial
Piral
Framework for next generation web apps using microfrontends. 🚀
Stars: ✭ 711 (+2351.72%)
Mutual labels:  hacktoberfest, app
Annotated Webpack Config
This is the companion github repo for the "An Annotated webpack 4 Config for Frontend Web Development" article.
Stars: ✭ 425 (+1365.52%)
Mutual labels:  development, frontend
Udash Core
Scala framework for building beautiful and maintainable web applications.
Stars: ✭ 405 (+1296.55%)
Mutual labels:  hacktoberfest, frontend
Po Angular
Biblioteca de componentes Angular.
Stars: ✭ 497 (+1613.79%)
Mutual labels:  hacktoberfest, frontend
50 Projects For React And The Static Web
⚛ 50 project ideas to learn by doing complete with project briefs, layout ideas, and resources!
Stars: ✭ 319 (+1000%)
Mutual labels:  hacktoberfest, tutorial
Secdevlabs
A laboratory for learning secure web and mobile development in a practical manner.
Stars: ✭ 547 (+1786.21%)
Mutual labels:  hacktoberfest, development
React Native Web Monorepo
Code sharing between iOS, Android & Web using monorepo
Stars: ✭ 697 (+2303.45%)
Mutual labels:  hacktoberfest, tutorial
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+2500%)
Mutual labels:  tutorial, development
Wxopenclub Wxapp Lessons
60 节微信小程序开发视频教程配套源代码
Stars: ✭ 798 (+2651.72%)
Mutual labels:  app, frontend
Vuefront
VueFront Core. Turn your old-fashioned CMS website in to a SPA & PWA in 5 minutes
Stars: ✭ 316 (+989.66%)
Mutual labels:  app, frontend

Nextcloud App Tutorial

PHPUnit GitHub Action Node GitHub Action Lint GitHub Action

This is the tutorial app which shows how to develop a very simple notes app.

Try it

To install it change into your Nextcloud's apps directory:

cd nextcloud/apps

Then run:

git clone https://github.com/nextcloud/app-tutorial.git notestutorial

Then install the dependencies using:

make composer

Frontend development

The app tutorial also shows the very basic implementation of an app frontend using Vue.js. To build the frontend code after doing changes to its source in src/ requires to have Node and npm installed.

  • 👩‍💻 Run make dev-setup to install the frontend dependencies
  • 🏗 To build the Javascript whenever you make changes, run make build-js

To continuously run the build when editing source files you can make use of the make watch-js command.

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].