# 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