/react-sign-up-form

A sign-up form written in React.

Primary LanguageTypeScript

React Sign-up form

Take home assignment.

Local dev

This project is expected to run on the current LTS version of node (18.17.1) and latest npm (9.8.1).

To install dependencies: npm install

To run local dev: npm run dev Preview the site at http://localhost:5173/

To run build: npm run build

To preview the build run npm run build && npm run preview

Preview the site at http://localhost:4173/.

Environment variables

This project requires a .env file in the root of the project.

Copy the contents of the .env-example and follow the instructions to generate a new API token.