A web application made with typescript, react, express and development tools like storybook that lets user visualize, add and delete their blog posts.
After cloning the repo follow these steps to setup the app in your local environment
cd client
npm install
npm run dev
npm run storybook
.. cd server
npm install
npm run serve
This will get your both backend and frotend local server running as well as let you use the storybook that will run on default port 6006.