WriteMaster platform
About
A website to share, react and bookmark posts. Open. Free. Ethical.
How to run
- Front-end:
- Clone
writemaster-frontendto your local machine. - Move to main directory
/writemaster-frontend, run these commands:npm installnpm run start
- Clone
- Back-end:
- Clone
writemaster-backendto your local machine. - Open project by your IDE (recommend IntelliJ IDEA)
- Run the project either by Maven or clicking Run button in IDEA interface.
- Clone
- Now go to
http://localhost:3000and explore the project.