reactyask (Yet Another React Starter Kit)
Lightweight React starter kit npm package, to quickly create pocs and playgrounds
Prerequisites
You will need the following tools:
Getting Started
npx @wmalgoire/reactyask my-react-app
cd my-react-app
npm start
Npm scripts
# Start the app in development mode
npm start
# Run tests
npm test
# Build for production
npm run build
License
@wmalgoire/reactyask is open source software licensed as MIT.