@vulcancreative/crapp
v2.0.6
Published
The fastest way to create a new project, made by Vulcan Team
Downloads
5
Readme
CRAPP
The fastest way to create a new project 🚀
Supports react
and frontity
(web) for now, but more to come!
React (Web) Features:
- Babel
- Prettier, Husky, Lint-staged
- React Hooks
- Redux
- SASS
- Server Side Rendering
- TypeScript
Getting Started
Usage (choose your stack and your app name):
# install as a global application
npm i -g @vulcancreative/crapp
# ensure it's accessible globally via `crapp`
# may require opening a new console tab/window afterwards
npx @vulcancreative/crapp --bootstrap
# run as an app
crapp react [project-name]
Made with ❤️ by @vulcan team. Happy Coding!