Skip to content

brentechols34/pokebuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GETTING STARTED:

git clone git@github.com:brentechols34/pokebuilder.git

If you don't know how to setup an ssh-key, https://help.github.com/articles/generating-ssh-keys is a good resource.


CLIENT:

Installs required: - NodeJS (http://nodejs.org/)

Once you have node set up:

- Bower (npm install -g bower)
- Grunt (npm install -g grunt)
- React Tools (npm install -g react-tools)

Fetching Libraries:

cd /client
npm install
bower install

grunt dev

For Client Developement

grunt dev-watch

That attaches file listeners to all client files, so anytimes you save it rebuilds everything


About

Webapp for building a team in pokemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published