Appshare Development Environment
Welcome to the Appshare development environment. This guide will help you get started with setting up and managing your development server and applications.
Appshare apps are built using the React framework. If you are new to React, we recommend you to go through the official React documentation.
For UI we are using Material-UI, you can find the documentation here.
Setting up the development environment
Requirements:
Before you can do anything, you'll need to install Node.js on your system.
Once you have completed the setup, the first step is to clone the repo.
change directory
cd into the cloned repo
Once you are inside the repo, you can install the dependencies by running the following command:
npm install
New APP
To create a new app, follow tht steps here