https://github.com/jimmymcbride/cra-template-test
https://github.com/jimmymcbride/cra-template-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimmymcbride/cra-template-test
- Owner: JimmyMcBride
- License: mit
- Created: 2020-01-18T05:37:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T06:10:13.000Z (over 5 years ago)
- Last Synced: 2025-01-15T13:10:12.104Z (5 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to My Custom Template!
## How To Install
### yarn
`yarn create react-app --template brownbag`
### npm
`npm init react-app --template brownbag`
### npx
`npx create-react-app --template brownbag`
### global
> If create-react-app is installed globally on your computer you can use this command:
`create-react -app --template brownbag`
Just like regular create-react-app but so much more. This template includes:
- bushido-strap
- node-sass
- serve
- styled-componentsThere is also a `serve` script that let's your run `serve -s build` and a `build-and-serve` script that runs `npm run build && npm run serve`.
## BUSHIDO_STRAP
What is bushido-strap? Well, friend, it is a personal style library of mine. It has a bunch of handy styled components I've slowly crafted over time. It's already set up in this project. [Check out the documentation here to see everything this modest style library has to offer!](https://www.npmjs.com/package/bushido-strap)