Skip to content

ds3108/modyo-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modyo-challenge

This is a project demo that only uses HTML5, Javascript and CSS3 to build a Landing Page (Single Page Application).

Requisites

  • NodeJS 10.18.1

How to run the app

This Landing Page is mounted in a Node Server ( Express ).

First of all, install the npm dependencies

npm i

And then, run the server with the follow command:

npm run start

By default, it's serving in port 5200.

Let's give it a try!

Warnings

Some times, the jsonplaceholder API is intermittent. Make sure that the API is returning status code 200 to test the app ( The app doesn't crash with this).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published