<<<<<<< HEAD
Tell a story
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Veepie is a blogging platform I built with react and redux. Users can write posts, edit, delete, update and share their posts. it features authentication so each user has CRUD access to only his posts
- ReactJs
- react-router
- hooks
- Redux
- complex state management
- Firebase
- firebase authentication
- Jest
- React testing with jest
1 fork the repo
-
clone to your local machine
-
npm install -
npm start
- npm packages
npm install
-
fork the repo
-
clone the Repo
-
install dependencies
npm install -
run dev server
npm run dev-server -
Run development build
npm run build:dev -
Run production build
npm run build:prod -
Run production server
node server/server.js -
Test components
npm test
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Twitter - @breellz
Project Link: https://github.com/breellz/veepie
- Stackoverflow