1.0.2 • Published 4 years ago

create-react-loaded v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

create-react-loaded

This is a command-line tool for a robust react build for practice or to build upon.

Create a project

npx create-react-loaded <projectname> (project name will default to "myproject" if not specified)

after it completes cd into the project folder

run "npm install"

run "npm run dev" to go into development

run "npm run build" to generate deployable build

Utility.js

utility.js has several pre-made components you can customize including a Button, Modals, Carousel and more!

  • Also, Sass, Context and React Router all are configured and ready to go