
Create Snowpack App
Since we now understand the ins and outs of how a project is made using snowpack, we will take a look at a quicker solution, Create Snowpack App, which we can use to get future projects up and running quickly.
npx create-snowpack-app react-type --template @snowpack/app-template-react-typescript
cd react-type
npm start