locol23 / react-template

A starter template for React

Home Page:https://sad-bell-d3776b.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-template

A starter template for React

Tech Stack

Prerequisites

Getting Started

Clone the repository

git clone --depth=1 https://github.com/locol23/react-template.git <project_name>

Install dependencies

cd <project_name>
yarn

# if you use npm
rm yarn.lock
npm i

Develop

yarn dev

#if you use npm
npm run dev

Go to http://localhost:1234

Production Deploy

yarn build && yarn deploy

LICENSE

MIT

About

A starter template for React

https://sad-bell-d3776b.netlify.com/


Languages

Language:JavaScript 94.5%Language:HTML 5.5%