https://github.com/hannasdev/client-auth
Client-side integration with Node Server-auth
https://github.com/hannasdev/client-auth
Last synced: about 1 year ago
JSON representation
Client-side integration with Node Server-auth
- Host: GitHub
- URL: https://github.com/hannasdev/client-auth
- Owner: hannasdev
- License: mit
- Created: 2017-03-18T11:49:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T15:42:25.000Z (over 9 years ago)
- Last Synced: 2024-03-27T20:21:02.721Z (over 2 years ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
# ReduxSimpleStarter
Interested in learning [Redux](https://www.udemy.com/react-redux/)?
###Getting Started###
There are two methods for getting started with this repo.
####Familiar with Git?#####
Checkout this repo, install dependencies, then start the gulp process with the following:
```
> git clone git@github.com:StephenGrider/ReduxSimpleStarter.git
> cd ReduxSimpleStarter
> npm install
> npm start
```
####Not Familiar with Git?#####
Click [here](https://github.com/StephenGrider/ReactStarter/releases) then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:
```
> npm install
> npm start
```