A bookshelf management app made by ReactJS + Redux with REST API
- Type
yarn installon theclientdirectory. - Type
npm installon theserverdirectory. - Finally, type
npm installon the terminal on therootdirectory.
After that,
- Type
npm starton therootdirectory to start the node development server.
If it fails, then follow below instructions:
- Type
npm run devon theserverdirectory to start theBookshelf-API - Type
yarn starton theclientdirectory to start theBookshelf-APP