An open API service indexing awesome lists of open source software.

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

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)