A simple pages transition boilerplate using React + Flux
- Babel | ES2015
- React + Flux
- page.js
- GSAP - TweenMax
- dom-hand
- Webpack
- ESLint
- SCSS + Rucksack
$ npm i
$ npm start
The project will be launched at http://localhost:3000
$ npm run build
Go inside ./seo
and build the project npm run build
.
It will create inside dist/snapshots/
all the pages of the website as the seo optimized content of the website.
Add your routes in client/data/index.js
. If you need nested routes, check out the articles exemple and update client/app/desktop/index.js
.
Also update client/components/PagesContainer.js
.