Skip to content

Project carried out during the classes of the 2st React JS module of Rocketseat Ignite

Notifications You must be signed in to change notification settings

leticiar-io/ignite-timer

Repository files navigation

ignite timer - Creating SPAs with ReactJS (Ignite)

Taught by Rocketseat Forks Stars

ignite timer cover

Project carried out during the classes of the 2st React JS module of Rocketseat Ignite



🧪 Technologies

This project was developed using the following technologies:



🚀 Getting started

Clone the project and access the folder.

$ git clone https://github.com/leticiar-io/ignite-timer.git
$ cd ignite-timer

Follow the steps below:

# Install the web dependencies
$ npm install
# Start the web project
$ npm run dev

⬆ Back to top