First, clone the projecct
$ git clone https://github.com/jaihan/<project-name>.git
$ cd <project-name>
Then install dependencies and check to view it in the browser
$ yarn
$ yarn run start:dev
$ yarn
$ yarn run build:prod
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.
Your app is ready to be deployed!
See the section about deployment for more information.
- Login functionalities
- Simple home page with card-like content
The app is deployed at netlify live site.