A message board for all humans.
This is a message/post board built with react. Users can share texts, images and embedded links and all other users on the site (both authenticated or unauthenticated) would be able to view them. Nothing is private here!
To run this project locally, you will need to also download the API portion, also hosted on github.
- Node
- npm
- Clone the repo:
$ git clone https://github.com/andela-cdike/wallie.git
- Navigate to root folder
$ cd wallie
- Install dependencies
$ npm install
or
$ yarn
- Run the server
$ npm start -s
$ yarn start -s
Run tests with
$ npm run test
or
$ yarn test
Erika Dike – @rikkydyke – [email protected]
Distributed under the MIT license. See LICENSE
for more information.