https://github.com/kapilbarad/reactjs-login-form
Login form using ReactJS & React Bootstrap
https://github.com/kapilbarad/reactjs-login-form
bootstrap3 login-forms react-bootstrap reactjs sass
Last synced: 9 months ago
JSON representation
Login form using ReactJS & React Bootstrap
- Host: GitHub
- URL: https://github.com/kapilbarad/reactjs-login-form
- Owner: kapilbarad
- License: mit
- Archived: true
- Created: 2018-01-28T16:52:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T07:04:19.000Z (about 4 years ago)
- Last Synced: 2024-09-28T16:01:10.272Z (almost 2 years ago)
- Topics: bootstrap3, login-forms, react-bootstrap, reactjs, sass
- Language: JavaScript
- Size: 64.5 KB
- Stars: 43
- Watchers: 3
- Forks: 64
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Setup
To clone the repository on your computer
```bash
$ git clone https://github.com/kapilbarad/reactjs-login-form.git
$ cd reactjs-login-form.git
```
To install dependencies,
```bash
$ npm install
```
To run the project itself,
```bash
$ npm start
```