Remove index.js
article thumbnail

How to Build a Real-world App: A Nuxt.js Firebase Tutorial (Part 2)

Gorilla Logic

We’ll finish up by learning how Nuxt.js In just a short time, you can increase your knowledge of this technology, opening a new window of cloud opportunities. . Go to the store folder, create an index.js We will connect the Firebase Auth REST API, so please review the documentation. . Step 1: Main navigation.

article thumbnail

Display your continuous integration build status on Jira

CircleCI

In this tutorial, I will show you how to set up integration between your CI/CD workflows (CircleCI for this project) and Jira work items. Once the installation process is completed, create a new file named index.js within the root of the project: touch index.js. Next, run the application with: node index.js.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Getting to know Sitecore Search – Part 6

Perficient

Install Search SDK The getting started guide shows you how to install the search sdk into your project. cd <app_name> npm install –save @sitecore-search/react npm install –save @sitecore-search/ui Add WidgetsProvider The getting started guide also shows you how to add a widgets provider to your application.

article thumbnail

How to Set Up React Native Autocomplete with a GraphQL Cache

Modus Create

This short tutorial will show you how to use GraphQL cache for scenarios where you need a fast response and good performance. Also, when the server is not available due to an issue or crash, the data cached will still be available to the application—giving more time for the team to solve the issues in the server. Now in the index.js

How To 52
article thumbnail

Automated testing with continuous integration for Electron applications

CircleCI

In this tutorial, I will demonstrate how to test Electron.js Then go to the src/index.js Test-driven development (TDD) combined with continuous integration is one sure way to sleep well at night knowing that you have not pushed any bugs to your production environment. With these powerful companies adopting Electron.js

article thumbnail

How to create your own TypeScript type definition files (.d.ts) and contribute to DefinitelyTyped on GitHub

Wolk Software Engineering

Learn how to create your own type definition files and how to contribute to the TypeScript community at DefinitelyTyped. It has allowed me to gain access to amazing opportunities like writing a technical book. In this article I’m going to explain how to create type definitions for an open source npm module.

article thumbnail

Deploying a Gatsby site to Netlify using CircleCI

CircleCI

In this tutorial, you will learn how to take over the deployment process by using CircleCI as your continuous deployment server. Before you push this configuration for CircleCI to deploy the site, go to the src/pages folder of your project and change the Gatsby message in the index.js Click the build to review the deployment details.