Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@
<strong>Snowpack</strong><br/> Build web applications with less tooling and 10x faster iteration. No bundler required.
</p>

Want to use Snowpack but can't give up React and JSX? Me too. So I made this.
Want to use [Snowpack](https://www.snowpack.dev) build tool, but can't give up React and JSX? Me too. So I made this.

It's got:

1. Built in code splitting/dynamic imports and the simplest router courtesy of [Luke Jackson](https://github.com/lukejacksonn/create-es-react-app) Even fallback routing!
2. Practically instant reload (on my 2015 Macbook anyway ). Sure babel has to run, but only on the one file you changed.
3. Material-UI! because who wants to make their own Selects?
3. [Material-UI](https://material-ui.com/)! because who wants to make their own Selects?

firstime:
first time:

```bash
npm run cleanStart
```
(No need `npm install` before.)

after:

Expand Down
Loading