Using Riot.js to exercise some APIs: https://jsonplaceholder.typicode.com/
- /users
- /comments
- /posts
- /albums
- /photos
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