Skip to content

raydecastro/numerology-ui-react

 
 

Repository files navigation

numerology-ui-react

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

install

git clone https://github.com/cleancodedojo/numerology-ui-react.git
cd numerology-ui-react
yarn

test

npm test

run

npm start

technologies

  • react + react dom + react router
  • bootstrap
  • javascript
  • es6 + babel
  • mocha + chai + eslint + enzyme
  • nvm + node + npm + yarn + webpack

license

MIT

team

references

  • jordan, juno. numerology. the romance in your name.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.1%
  • HTML 9.0%
  • CSS 3.9%