jpelaa / incode

Home Page:incode.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React 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 start

or you can use

npm start

Production Build

yarn build

Tech Stack

  • React - library for user interfaces creation
  • RCA - React boilerplate

Getting Started with Create React App

This project was bootstrapped with Create React App.

About

incode.vercel.app


Languages

Language:JavaScript 74.3%Language:CSS 14.0%Language:HTML 11.8%