Skip to content

jongbochung/react-axios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React, AJAX with axio and CSS animation

Check out what it looks like

http://www.wiggly-railway.surge.sh

What is this?

Simple React App showing how to use axios and animation. jsonplaceholder(https://jsonplaceholder.typicode.com/) is used to get dummy json data.

Libraries and tools

  • create-react-app
  • axios
  • emantic-ui-react semantic-ui-css
  • surge

Running locally

  1. Clone the repository
  2. Install dependences yarn
  3. Run the server yarn start
  4. Visit http://localhost:3000
  • If you want to deploy your project to a CDN servers, Surge would be a good solution for you.
    1. npm install - g surge
    2. build your project (yarn build)
    3. move to build directory
    4. execute surge command
    5. you will have your unique domain.