Shinemax1 / tour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tour

backend repo

a node.js project tour-backend

how to start

make sure that you have installed redux dev-tool. Or the application would throw an error.

# install the dependences
$ npm install

# start dev server
$ npm run dev

👻 go to localhost:3000 and view the page

what I use

Repos that I want to try

react-motion
react-magic
popmotion
编辑器 scroll animation

Links

关于react动画 --知乎
sample-blog

Site Design

mapel
bg

Remind

  • to set historyApiFallback is a way to avoid Cannot GET/** after refresh browser
  • user withRouter because when you have an export connect, you need to tell that that component will be using the router.
  • use src img in jsx, you should import img as a module then webpack url loader can rerolve it.Do not use relative path because there is no html-withimg-loader in jsx. Jsx is a module rather than html file

Backlog

  • get method to fetch article detail

About

License:MIT License


Languages

Language:JavaScript 80.0%Language:CSS 19.5%Language:HTML 0.5%