@afnank19/create-afn-app
v0.0.4
Published
An opinionated way to start a ReactJS frontend, and ExpressJS frontend, architectured for simplicity, best practices and rapid prototyping
Maintainers
Readme
Create AFN app
Quick Start
npx @afnank19/create-afn-app <project-name>
Two folders will be created namely frontend and backend. Change your directory to each, and run
npm install
and hack away!
