https://codebar-manual.netlify.app/
This site is built with React CRA and uses the following libraries:
- react-router
- styled-components
- storybook
- jest
It is deployed on Netlify and the build environment is made up of:
- Prettier
- Travis CI
- Download the folder and navigate to file in the terminal
- Enter
npm install
to download the project's dependencies - Run
npm start
to run the project locally on your machine