A Reddit clone for fun!
Note: Currently a work in progress. Image upload is down due to potential security flaws.
Ruby 2.6.1
Rails 5.2.3
es6, JavaScript 1.7
React 16.8.6
Redux 4.0.1
Clone this repo into a new folder.
Navigate into the Server folder and open it in your terminal/console.
enter these two lines of code into your terminal:
bundle i
rails s
Navigate into the Client folder.
enter these two lines of code:
npm i
npm start
enter 'y' when prompted this will open a web-browser window so get ready to be redirected.
Make a new profile and read away!