Skip to content

mmatthews06/riot_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Riot.js to exercise some APIs: https://jsonplaceholder.typicode.com/

  • /users
  • /comments
  • /posts
  • /albums
  • /photos

Installation

To install and run this application, first install npm and node. After that, install the webpack-dev-server globally:

npm install -g webpack-dev-server

Then clone and install all of the necessary node modules:

git clone https://github.com/mmatthews06/riot_project.git
cd riot_project/
npm install

Finally, start the server:

webpack-dev-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published