Skip to content

NVS16/react-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Installing dependencies

Go into /server
npm install #installs all the server dependencies

Go into /client
npm install #installs all the client depenndencies

Starting the server

Go into /server
npm start #start the server
#Now the server is running on localhost port 4000

Starting the client application

Go into /client
npm start #start the client
#Now the client applicaiton is running on localhost port 3000. 
#Go to http://localhost:3000 in your browser.

About

A simple react contact us form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published