Skip to content

locol23/react-suspense-minimum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 build

#if you use npm
npm run build

Go to http://localhost:1234

LICENSE

MIT