Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 314 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 314 Bytes

This project is a basic authentication page.

Note: To get the project working the local server is required to be running: https://github.com/nodejs7/server_1_auth

More info to come shortly

The project uses formik and axios within a create react app.

After starting the server run:
npm install; npm start;