A bookshelf management app made by ReactJS + Redux with REST API
- Type
yarn install
on theclient
directory. - Type
npm install
on theserver
directory. - Finally, type
npm install
on the terminal on theroot
directory.
After that,
- Type
npm start
on theroot
directory to start the node development server.
If it fails, then follow below instructions:
- Type
npm run dev
on theserver
directory to start theBookshelf-API
- Type
yarn start
on theclient
directory to start theBookshelf-APP