0.7.0 • Published 4 years ago
create-basic-react-project v0.7.0
create-basic-react-project
create-basic-react-project is a light-weight React app to get you started with simple React projects. It will enable you to get started coding with React without all the bloat that comes with create-react-app.
Getting Started
To install type:
npx create-basic-react-project <projectName>If no projectName is given, it will defulat to "new-basic-react-project".
After installing, cd into the project folder and install dependencies using your preferred package manager.