/node-rest-client

A basic React app to perform User Registration and Authentication

Primary LanguageJavaScriptMIT LicenseMIT

Client UI for Authentication API Server boilerplate

A sample of client-side application using React/Redux that interacts with the Authentication API Server, it has basic features such as User Registeration, Login, and Profile page.

cli

Features

  • React - A JavaScript library for building user interfaces
  • Redux - A state container for JavaScript Apps redux-thunk
  • Redux-Thunk - A thunk middleware for Redux
  • Webpack - A static module bundler for modern JavaScript applications
  • webpack-dev-server - Serves a webpack app
  • Docker - This app supports bundling into Docker containerization

Coded with ❤️ by Jason Yeh.

Prerequiesis

  • Node.JS

Getting Started

Firstly, you need to install this package.

yarn

Run the Webpack Server

yarn start

The client application is available at http://localhost:8080.

License

MIT