a simple mini blog built with react.
To preview the website go to https://reactpress.herokuapp.com
Please yes!! check the issues page for good issues you can fix
# First clone the repo
git clone https://github.com/marvinkome/react-press
# Then download dependencies
yarn install
or
npm install
# Now you can start the app server
yarn start-server # or `start` for development env
or
npm start-server # or `start` for development env
# Then visit
localhost:3000 # or localhost:8080 for development env
This project is part of the ReactPress full-stack project. To see the backend repo, check https://github.com/marvinkome/react-press-backend