We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4cefec commit 87cc6f4Copy full SHA for 87cc6f4
.travis.yml
@@ -0,0 +1,14 @@
1
+language: node_js
2
+
3
+node_js:
4
+ - 12
5
6
+cache:
7
+ directories:
8
+ - node_modules
9
10
+notification:
11
+ email: false
12
13
+script:
14
+ - yarn build
README.md
@@ -1,6 +1,10 @@
# TypeScript React Boilerplate
Template Typescript React Project
+[](https://app.netlify.com/sites/reactts-boilerplate/deploys)
+---
## Installation
To use this template
0 commit comments