Skip to content

ubclaunchpad/bounce-front-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏀 Bounce

Build Status

Frontend for our application that brings people together based on common interests.

screenshot

Installation

Clone the repository:

$ git clone https://github.com/ubclaunchpad/bounce-front-end.git
$ cd bounce-front-end

Install required packages

$ make

Start local server

$ yarn start

Development

Code Formatting

We're using ESLint for JavaScript linting and formatting. Before you commit, make sure your code is appropriately formatted and linted

$ make format

ESLint config can be found in .eslintrc.yml. You can disable errors/warnings globally by altering the config in that file, or you can do so on a per-file or per-line using comments (see the top of App.js for an example).

Testing

To run tests and view code coverage use:

$ make test

Debugging

To use the redux dev tools:

install the chrome extension for it, Redux DevTools.
Then uncomment the     // window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__() in configureStore.js

About

🏀 Front end for Bounce - bringing people with common interests together

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published