A Single Page Aplication for user registering.
To run the project you will need to have installed the following tools: Gitbash, React.js, Typescript and VSCode(or similar IDE).
# Clone the repository:
$ git clone https://github.com/allan-gilber/selecao-estagio-spa.git
# Run gitbash on the folder that was created
$ cd ./selecao-estagio-spa
# Install the necessary dependencies with:
$ npm i
# Start your app
$ npm start
# Start the API (link down below)
# The server will start on default in port "3000".
To run this app, you need to use that API here.