This project is a skeleton application used to create Javascript File Manager flat data web application with Google file service provider.
To get started you need to clone the javascript-filemanager-flat-data-with-cloud-service
repository and navigate to javascript-filemanager-flat-data-with-cloud-service
location.
git clone https://github.com/SyncfusionExamples/javascript-filemanager-flat-data-with-cloud-service.git quickstart
cd quickstart
We can get all the Essential JS 2 components in a single npm package ej2
and http-server for production usage.
We already configure the required packages in the package.json
file.
You can run the below command to install all dependent packages related to this seed project.
npm install
You can use the below npm script to run the web application.
npx http-server -p 8000
In your browser, navigate to http://localhost:8000 to serve the web application.
You see a prompt to authorize access:
- If you're not already signed in to your Google Account, sign in when prompted. If you're signed in to multiple accounts, select one account to use for authorization.
- Click Accept.
Your JavaScript application runs and calls the Google Drive API.
You can also refer the below resources to know more details about Essential JS 2 components.