https://fervent-bhabha-e5febb.netlify.app/
This application is a thread of reddit posts retreived from Reddit .
Node: Any latest version of node above 8.9.0Yarn: We useyarninstall packagesGit: We usegitas a version control system viagithub
- Verify that
nodeandyarnis installed on your local machine by running the commandnode -vandyarn -v - Clone the repository to the folder of choice using
git clone https://github.com/efe-osa/ReadIt.git - In the project root directory install project dependencies using
yarn install - To test the project works as expected, run
yarn start - Open
http://localhost:3000with on your browser to see the result.
cp .env-template .env
$ yarn# development
$ yarn start
# build project
$ yarn build
# production mode
$ yarn serve$ yarn test