Welldone blog project
- redis-server
install this dependency
npm install --global --production windows-build-tools
- Install all dependencies
npm install
- Install react dependencies
npm run install_react
- Install initial data in db
npm run seeder
create folders upload and resize within public/images
- You can use 'npm run dev' for have express in one port and react in other. For this you will need to configure server CORS
npm run dev
- If you do not want to configure the server CORS, you can run npm run build, you will have the React project accessible in the path /admin
npm run build_dev
- Do following command
npm run build