Skip to content

mkarya001/Swapi-POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login / LogOut feature with Swapi

This POC is done using React / Redux for front-end and NodeJS for backend API generation.

Development server

Run npm install to install all Packages that is required.

Run npm start to run node server. Node server run on http://localhost:3000/.

Run npm run front to run React App. React app run on http://localhost:9999/.

Build

Run npm run frontbuilt to build the react app using production Mode. The build artifacts will be stored in the dist/ directory.

Running unit tests

Not yet written.

Running end-to-end tests

Not yet written.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published