8000 GitHub - MDunitz/ReduxSimpleStarter: Starter pack for an awesome Udemy course
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MDunitz/ReduxSimpleStarter

 
 

Folders 8000 and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReduxSimpleStarter

Interested in learning Redux?

###Getting Started###

There are two methods for getting started with this repo.

####Familiar with Git?##### Checkout this repo, install depdencies, 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 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

-create Database (from command line)

createdb biobot

-Load Schema (from command line)

psql biobot < SQL_server/schema.sql

-Load Data

About

Starter pack for an awesome Udemy course

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.2%
  • HTML 1.8%
0