Appointments was created to I train Test Drive Development for Front-end in React
Project made along reading the book Mastering React Test-Driven Development by Daniel Irvine.
It was used on development:
Before to start, you will need have installed on your computer these programs:
Also is good have a code editor like VSCode.
git clone https://github.com/ruanmoreiraofc/appointments-mastering-react-test-driven-development-react.git
cd appointments-mastering-react-test-driven-development
yarn
yarn test
using yarn test:dev <file-path>
will re-test the chosen file without re-running the command.
yarn dev
with the server open, you will be able to see the application on localhost.
This project is under the MIT license. See the LICENSE for more information.