Skip to content

ReactOrganization/client_1_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;