A comprehensive starter kit for rapid application development using React.
Why Slingshot?
-
One command to get started - Type
npm start
to start development in your default browser. - Rapid feedback - Each time you hit save, changes hot reload and linting and automated tests run.
- One command line to check - All feedback is displayed on a single command line.
- No more JavaScript fatigue - Slingshot uses the most popular and powerful libraries for working with React.
- Working example app - The included example app shows how this all works together.
-
Automated production build - Type
npm run build
to do all this:
Get Started
-
Initial Machine Setup
First time running the starter kit? Then complete the Initial Machine Setup.
-
Click "Use this template"
Click the green "Use this template" button at the top of this page and enter a name and description for your repo.
-
Run the setup…