1.0.2 • Published 5 years ago

@wmalgoire/reactyask v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

reactyask (Yet Another React Starter Kit)

Lightweight React starter kit npm package, to quickly create pocs and playgrounds

npm version

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.

References