Skip to content

ProyectoIntegrador2Ucenctral/Proyecto_Taller_Inte2

Repository files navigation

Sign Up Service

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).


Technology Stack

  • React 17
  • Javascript
  • HTML
  • CSS
  • React Testing

Para Levantar el servicio en local

En la carpeta del proyecto, ejecuta:

npm install

Eso instalará todas las dependencias que el proyecto requiere.

npm run start

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.


To run your tests in local / development environment

In the project directory, run:

npm run test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.


To prepare a production build

In the project directory, run:

npm run build

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!


To deploy to Github Pages

[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

"homepage": "https://praveenksaravanan.github.io/sign-up"

Step 2: Update index.js router with basename attribute.

<Router basename={process.env.PUBLIC_URL} >

Step 3: In the project directory, run:

npm run deploy

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •