On vend des tshirts et on le fait bien
Create an /public/config.json file with
{
"API_BASE_URL": "http://localhost:3001"
}
It should be a REACT_APP_API_BASE_URL
env var to host it on Netlify
Install dependencies :
yarn
Run the dev server and the local API:
yarn start:api
yarn start
Make your move, develop your nex feat, then commit with :
yarn commit
Le Design System (DS) sera mis en place à travers l'approche Atomic Design depuis le folder src/ds/
.
Run storybook :
yarn storybook