This repository was archived by the owner on Feb 26, 2020. It is now read-only.
File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change
1
+ language : node_js
2
+
3
+ node_js :
4
+ - stable
5
+
6
+ install :
7
+ - npm install
8
+
9
+ script :
10
+ - npm test
Original file line number Diff line number Diff line change 1
1
# nextjs-redux-firebase-authentication
2
2
3
- [ ![ Slack] ( https://slack-the-road-to-learn-react.wieruch.com/badge.svg )] ( https://slack-the-road-to-learn-react.wieruch.com/ )
3
+ [ ![ Build Status ] ( https://travis-ci.org/taming-the-state-in-react/nextjs-redux-firebase-authentication.svg?branch=master )] ( https://travis-ci.org/taming-the-state-in-react/nextjs-redux-firebase-authentication ) [ ![ Slack] ( https://slack-the-road-to-learn-react.wieruch.com/badge.svg )] ( https://slack-the-road-to-learn-react.wieruch.com/ )
4
4
5
5
* Found in [ Taming the State in React] ( https://roadtoreact.com/course-details?courseId=TAMING_THE_STATE )
6
6
* [ Live] ( https://react-firebase-authentication.wieruch.com/ )
23
23
24
24
## Installation
25
25
26
- * ` git clone git@github.com:rwieruch /nextjs-redux-firebase-authentication.git `
26
+ * ` git clone git@github.com:taming-the-state-in-react /nextjs-redux-firebase-authentication.git `
27
27
* ` cd nextjs-redux-firebase-authentication `
28
28
* ` npm install `
29
29
* ` npm run dev `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-nextjs-firebase-authentication" ,
3
3
"version" : " 0.1.0" ,
4
- "private" : true ,
5
4
"dependencies" : {
6
5
"firebase" : " ^4.3.1" ,
7
6
"next" : " ^3.2.2" ,
16
15
"scripts" : {
17
16
"dev" : " next" ,
18
17
"build" : " next build" ,
19
- "start" : " next start"
18
+ "start" : " next start" ,
19
+ "test" : " echo \" No test specified\" && exit 0"
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments