File tree 4 files changed +19
-3
lines changed
4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ node_js :
3
+ - " 12"
4
+ before_deploy : npm run build
5
+ deploy :
6
+ provider : pages
7
+ local_dir : build
8
+ skip_cleanup : true
9
+ github_token : $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
10
+ keep_history : true
11
+ on :
12
+ branch : master
Original file line number Diff line number Diff line change 1
- # TodoApp built with React Hooks and Redux
1
+ # TodoMVC built with React Hooks and Redux
2
2
3
- The well-known TodoApp built with React Hooks and Redux in a well-structured way.
3
+ [ ![ Build Status] ( https://travis-ci.com/blacksonic/todomvc-react-hooks.svg?branch=master )] ( https://travis-ci.com/blacksonic/todomvc-react-hooks )
4
+
5
+ The well-known TodoMVC built with React Hooks and Redux in a structured and testable way.
6
+
7
+ ![ TodoMVC React Hooks] ( ./images/screenshot.png " TodoMVC React Hooks ")
4
8
5
9
[ Edit and try it out online] ( https://codesandbox.io/s/github/blacksonic/todoapp-react-hooks )
6
10
Original file line number Diff line number Diff line change 7
7
},
8
8
"scripts" : {
9
9
"start" : " PORT=9300 BROWSER=none react-scripts start" ,
10
- "build" : " react-scripts build" ,
10
+ "build" : " CI=false react-scripts build" ,
11
11
"test" : " npm run test:unit" ,
12
12
"test:unit" : " react-scripts test --watchAll=false" ,
13
13
"test:e2e" : " start-server-and-test start http://localhost:9300 cypress" ,
You can’t perform that action at this time.
0 commit comments