This repository was archived by the owner on Feb 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 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 11# nextjs-redux-firebase-authentication
22
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/ )
44
55* Found in [ Taming the State in React] ( https://roadtoreact.com/course-details?courseId=TAMING_THE_STATE )
66* [ Live] ( https://react-firebase-authentication.wieruch.com/ )
2323
2424## Installation
2525
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 `
2727* ` cd nextjs-redux-firebase-authentication `
2828* ` npm install `
2929* ` npm run dev `
Original file line number Diff line number Diff line change 11{
22 "name" : " react-nextjs-firebase-authentication" ,
33 "version" : " 0.1.0" ,
4- "private" : true ,
54 "dependencies" : {
65 "firebase" : " ^4.3.1" ,
76 "next" : " ^3.2.2" ,
1615 "scripts" : {
1716 "dev" : " next" ,
1817 "build" : " next build" ,
19- "start" : " next start"
18+ "start" : " next start" ,
19+ "test" : " echo \" No test specified\" && exit 0"
2020 }
2121}
You can’t perform that action at this time.
0 commit comments