0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/snowpack
Drew Powers 04a443a888
Add React component SSR (#28)
* Add React component SSR

* Add React component SSR
2021-03-25 16:59:38 -06:00
..
astro Add React component SSR (#28) 2021-03-25 16:59:38 -06:00
public Add React component SSR (#28) 2021-03-25 16:59:38 -06:00
.gitignore First pass at the build (#27) 2021-03-25 14:06:08 -04:00
.prettierrc Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
.stylelintrc.js Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
astro.config.mjs hmx ☞ astro (#22) 2021-03-24 11:45:38 -04:00
LICENSE Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
package-lock.json update package-lock 2021-03-23 19:45:03 -07:00
package.json Use <style lang>, add node_module resolution to Sass 2021-03-23 13:18:14 -06:00
README.md Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
snowpack.config.js First pass at the build (#27) 2021-03-25 14:06:08 -04:00
vercel.json Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00

Astro Demo

Getting setup

  1. Checkout Astro at: https://github.com/snowpackjs/astro

    1. Install and build Astro:
    npm install
    npm run build
    
    1. Link Astro:
    npm link
    
  2. In this project link Astro and install other deps:

npm link astro
npm install
  1. Run the Astro dev environment.
npm run start
  1. Build the website. (Not yet working.)
npm run build