Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 700 Bytes

create-a-snowpack-bundled-react-app.md

File metadata and controls

24 lines (17 loc) · 700 Bytes

Create A Snowpack-Bundled React App

Snowpack is a modern, lightweight toolchain for web application development.

You can get started using snowpack with this npx command.

npx create-snowpack-app my-app

This command uses a base template that is pre-configured to use the snowpack defaults.

You can take this a step further by using a specialized template for React apps.

npx create-snowpack-app react-client --template @snowpack/app-template-react

An advantage this has over create-react-app is there is no ejecting needed to do something like pull in PostCSS.