Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/koji/snowpacktest

Tried snowpack with reactjs and typescript
https://github.com/koji/snowpacktest

reactjs snowpack styled-components typescript

Last synced: 11 days ago
JSON representation

Tried snowpack with reactjs and typescript

Awesome Lists containing this project

README

        

# snowpacktest
Tried snowpack with reactjs and typescript

```zsh
$ cd snowpacktest

# install packages
$ yarn

# run devServer
$ yarn dev

# build
$ yarn build
```

You can use `npm` instead of `yarn`

```zsh
$ cd snowpacktest

# install packages
$ npm install

# run devServer
$ npm run dev

# build
$ npm run build
```