This project developed as a form of study using some libraries that the job market asked for today, containing a good structure of files and organization of code. Run the application and be happy.
- Create React App via support create-react-app
- React support via support react
- Redux for state management among others, support via redux
- React Router Dom via support react-router-dom
- Axios via support axios
- TestCafé via support testcafe
Your development environment needs to have:
- Node JS
- Yarn
- Google Chrome to run the tests
# clone it
git clone https://github.com/caioorg/fipe-api
cd react-api
# Make it your own
rm -rf .git && git init && npm init
# Install dependencies
yarn install
# Start project development
yarn start
# If you want to start production
yarn build
# To run the tests. *(Note: to run the application tests you must be running)*
yarn test
MIT