Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 375 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 375 Bytes

react js & ts templates

How ro use

# Step 0
# Clone repo
$ git clone [email protected]:guiboli/react-templates.git

# Step 1
# Copy templates
# js templates
$ cp -rf react-templates/templates/js <project_path>
# or ts templates
$ cp -rf react-templates/templates/ts <project_path>

# Step 2
# install deps and start project
# cd <project_path>
$ yarn
$ yarn start