cra-template-zipstyles
v1.0.4
Published
## How To Install
Downloads
2
Readme
Welcome to ZipStyles by Carl Sachs!
How To Install
yarn
yarn create react-app <app-name> --template zipstyles
npm
npm init react-app <app-name> --template zipstyles
npx
npx create-react-app <app-name> --template zipstyles
global
If create-react-app is installed globally on your computer you can use this command:
create-react -app <app-name> --template zipstyles
Just like regular create-react-app but so much more. This template includes:
- node-sass
- styled-components
- particles.js (+ documentation)
- React Reveal.js
- react-router-dom
- React Typist (+ documentation)