Skip to content

IncodeTechnologies/web-sdk-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla Example

Requirements

You need to have the following services installed in your computer:

  • node > 15

Mac OS

brew install node

Clone the repo

git clone git@github.com:IncodeTechnologies/welcome-react-example.git

Install node dependencies

yarn

or

npm install

Add env variables

First copy the .env.example

cp .env.example .env.local

and then write the correct variables (Ask support for help)

Start the app

yarn dev

or you can use

npm run dev

Production Build

yarn build

Tech Stack

  • Parcel - Bundler

Getting Started with Parcel

This project was bootstrapped with Parcel.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published