Giter VIP home page Giter VIP logo

wow-frontend's Introduction

World of Warcraft Application

This React Redux app used Rails API for backend and React for frontend. It will be run in local dev environment with postgreSql database.

Prerequisites

The setups steps expect following tools installed on the system.

Github Ruby 2.6.1, Rails 6.0.2, npm 6.14.4, node v10.16.2

Check your Ruby version ruby -v The output should start with something like ruby 2.6.1

If not, install the right ruby version using rbenv

rbenv install 2.5.1

Check your Rails version rails -v The ouput should start with something like Rails 6.0.1

Check your Yarn version yarn -v The ouput should start with something like 1.21.1

Installation

  1. Check out the repository git clone [email protected]:HuydDo/wow.git Open terminal then change dir to cd wow-backend, then run
    rails db:migrate, rake db:setup rails db:seed [optional], rails s

  2. Open the different terminal and change dir to wow-frontend then run npm install, then npm start or yarn start

Usage

If you use seed file for database, there are couple players/character were created.

Run

Change dir to wow-backend in terminal and run rails s Change dir to wow-fronend in terminal and run npm start

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/HuydDo/wow. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

React Redux Project Blog

index
  |__App
	|__NavBar
	|   |__Logout
	|__Home
	|__About
	|__Login
	|__Signup
	|__PlayersContainer
  		|__Player
  		|     |__CharactersContainer
  		|     |		|__CharacterInput
  		|     |		|__Characters
  	    |     |	         |__Character
  		|     |__PlayerInput	
  		|__Players

wow-frontend's People

Contributors

huyddo avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.