Skip to content

isabelamoraes/ignite-reactjs-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Auth

Auth flow example

Features   |    Getting Started   |    Reference

Features

This project was developed with the following technologies:

  • Next.js - A framework for creating React applications.
  • Node JS - A runtime enviroment for JavaScript applications.

Getting Started

To clone and run this application, place from your command line:

# Clone this repository
$ git clone https://github.com/isabelamoraes/ignite-reactjs-auth.git

# Go into the repository
$ cd ignite-reactjs-auth

# Go into the backend or frontend repository
$ cd <backend | fronted>

# Install dependencies
$ yarn

# Run the application
$ yarn dev

Reference

This application was developed during the classes of the Chapter IV of the ReactJS track on Ignite, training promoted by Rocketseat.