Skip to content

locol23/react-template

Repository files navigation

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