1.0.2 • Published 4 years ago

create-react-basic v1.0.2

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

create-react-basic

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

Create a project

npx create-react-basic <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