https://github.com/sachin-chaurasiya/react_strapi_auth_frontend
Demo Application for Authentication with Strapi
https://github.com/sachin-chaurasiya/react_strapi_auth_frontend
antd reactjs strapi-cms
Last synced: about 1 year ago
JSON representation
Demo Application for Authentication with Strapi
- Host: GitHub
- URL: https://github.com/sachin-chaurasiya/react_strapi_auth_frontend
- Owner: Sachin-chaurasiya
- Created: 2022-09-10T15:21:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T16:39:27.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T19:27:10.437Z (over 1 year ago)
- Topics: antd, reactjs, strapi-cms
- Language: JavaScript
- Homepage:
- Size: 480 KB
- Stars: 10
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with React_Strapi_Auth_FrontEnd
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
1. Clone the Repository
```shell
git clone https://github.com/Sachin-chaurasiya/React_Strapi_Auth_FrontEnd.git
```
2. Install the dependencies
```shell
yarn install
#OR
npm install
```
3. Start The Development Server
```shell
yarn start
#OR
npm start
```
Visit [localhost:3000](http://localhost:3000)