Features | Getting Started | Reference
This project was developed with the following technologies:
- ReactJS - A JavaScript library for building user interfaces.
To clone and run this application, place from your command line:
# Clone this repository
$ git clone https://github.com/isabelamoraes/ignite-reactjs-watchme.git
# Go into the repository
$ cd ignite-reactjs-watchme
# Install dependencies
$ yarn
# Starter the server
$ yarn server
# Run the web application
$ yarn dev
This application is the result of the challenge proposed in Chapter I of the ReactJS track on Ignite, training promoted by Rocketseat.