Published at https://praveenksaravanan.github.io/sign-up
This is a responsive web app for the Sign Up service, where a user can register for an imaginary application. It consists of Sign Up feature and supports internationalization(118n).
- React 17
- Javascript
- HTML
- CSS
- React Testing
En la carpeta del proyecto, ejecuta:
Eso instalará todas las dependencias que el proyecto requiere.
Eso ejecuta el projecto en react.
El proyecto se ejecuta en modo desarrollo en el sig enlace.
Abre http://localhost:3000 para verlo en tu navegador.
The page will reload if you make edits.
You will also see any lint errors in the console.
In the project directory, run:
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
In the project directory, run:
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Sign Up app is ready to be deployed!
[Step1 & Step2 are needed, to match the url requirments in the guide and this can be removed later ] Step 1: Update package.json with homepage attribute as below
Step 2: Update index.js router with basename attribute.
Step 3: In the project directory, run:
Deploys the project in to Github pages and the build files are published to the gh-pages
branch in the repo.
Published site will be available at https://praveenksaravanan.github.io/sign-up
Note: This project was bootstrapped with Create React App.