Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 750 Bytes

File metadata and controls

67 lines (42 loc) · 750 Bytes

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.