- git clone https://github.com/kailashthakuri/boggle.git
- cd boggle/boggle-client
- npm install
- npm start
- open in http://localhost:3000
- api end point http://localhost:4000(configured in .env file)
- yarn run test
- git clone https://github.com/kailashthakuri/boggle.git
- cd boggle/boggle-api
- bundle install
- rails server
- open in http://localhost:4000
- bundle exec rspec