Skip to content

raydecastro/shotokan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shotokan

developer machine setup

mac operating system

  • open the terminal
  • install nvm, node, npm, yarn using the following commands:
touch ~/.bash_profile
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
source ~/.bash_profile
nvm install v7.5.0
npm install -g npm
npm install -g yarn

test

npm test

build

npm run build

run

npm start

technologies

ui

  • react + react dom
  • create react app + react scripts
  • bootstrap

core

  • javascript
  • es6 + babel
  • mocha + chai
  • nvm + node + npm + yarn
  • gulp

license

MIT

team

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.4%
  • HTML 6.9%
  • CSS 4.4%
  • Shell 0.3%