A web application demonstrating user authentication, API development and frontend implementation using ReactJS.
Features • Files • How To Use •
- React
# Install dependencies
$ npm i
# run the app
$ npm run dev:client- api: contains files related to the backend API development.
- client: contains files for the frontend React.js app
To clone and run this application, you'll need Git, Node.js installed on your computer. From your command line:
# Clone this repository
$ git clone #
# Install dependencies
$ npm i
# Run the app
$ npm run dev:client