Sign Up Service
This is a Sign Up service, where a user can register for an imaginary application. It consists of Sign Up feature and a confirmation based on registration.
Responsive Web Page - ReactJS based project
To run this service in local / development environment
In the project directory, run:
npm install
Installs all the dependencies that the project requires.
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
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 test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.