Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/koji/snowpacktest
- Owner: koji
- Created: 2021-01-21T15:57:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T16:01:10.000Z (about 3 years ago)
- Last Synced: 2024-10-11T20:49:27.558Z (about 1 month ago)
- Topics: reactjs, snowpack, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 16.3 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```