Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.39 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.39 KB

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