<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: purratto</title>
    <description>The latest articles on DEV Community by purratto (@purratto).</description>
    <link>https://dev.to/purratto</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F491402%2F8fb2ef7c-cdcb-4b9e-ba56-bffa0c47d7ff.jpeg</url>
      <title>DEV Community: purratto</title>
      <link>https://dev.to/purratto</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/purratto"/>
    <language>en</language>
    <item>
      <title>Firebase Hosting with HTML, CSS, Prettier, Docker sample code.</title>
      <dc:creator>purratto</dc:creator>
      <pubDate>Fri, 09 Jul 2021 03:35:56 +0000</pubDate>
      <link>https://dev.to/purratto/firebase-hosting-with-html-css-prettier-docker-sample-code-f90</link>
      <guid>https://dev.to/purratto/firebase-hosting-with-html-css-prettier-docker-sample-code-f90</guid>
      <description>&lt;p&gt;I create that &lt;a href="https://firebase.google.com/docs/hosting"&gt;Firebase Hosting&lt;/a&gt; with HTML, CSS, &lt;a href="https://prettier.io/"&gt;Prettier&lt;/a&gt;, &lt;a href="https://www.docker.com/"&gt;Docker&lt;/a&gt; sample code.&lt;br&gt;
&lt;a href="https://github.com/otashun/firebase-hosting-html-css-prettier"&gt;https://github.com/otashun/firebase-hosting-html-css-prettier&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone git@github.com:otashun/firebase-hosting-html-css-prettier.git
&lt;span class="nb"&gt;cd &lt;/span&gt;firebase-hosting-html-css-prettier
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;&lt;a href="https://firebase.google.com/docs/web/setup#create-firebase-project"&gt;Create a Firebase project&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Edit &lt;a href="https://github.com/otashun/firebase-hosting-html-css-prettier/blob/main/.firebaserc"&gt;.firebaserc&lt;/a&gt;. That is to change the Firebase project name to your Firebase project name.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;docker-compose up &lt;span class="nt"&gt;-d&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; docker-compose &lt;span class="nb"&gt;exec &lt;/span&gt;app bash
npm &lt;span class="nb"&gt;install
&lt;/span&gt;firebase login
firebase emulators:start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Visit &lt;a href="http://localhost:5000"&gt;http://localhost:5000&lt;/a&gt;&lt;/p&gt;

</description>
      <category>firebase</category>
      <category>html</category>
      <category>prettier</category>
      <category>docker</category>
    </item>
    <item>
      <title>Next.js with TypeScript, tailwindcss, ESLint, Prettier boilerplate</title>
      <dc:creator>purratto</dc:creator>
      <pubDate>Fri, 02 Apr 2021 03:03:30 +0000</pubDate>
      <link>https://dev.to/purratto/next-js-with-typescript-tailwindcss-eslint-prettier-5cdi</link>
      <guid>https://dev.to/purratto/next-js-with-typescript-tailwindcss-eslint-prettier-5cdi</guid>
      <description>&lt;p&gt;I created Next.js with TypeScript, tailwindcss, ESLint, Prettier boilerplate.&lt;br&gt;
&lt;a href="https://github.com/otashun/nextjs-typescript-tailwindcss-eslint-prettier"&gt;https://github.com/otashun/nextjs-typescript-tailwindcss-eslint-prettier&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Getting started&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone git@github.com:otashun/nextjs-typescript-tailwindcss-eslint-prettier.git
cd nextjs-typescript-tailwindcss-eslint-prettier
docker-compose up -d &amp;amp;&amp;amp; docker-compose exec app bash
npm install
npm run dev
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>nextjs</category>
      <category>typescript</category>
      <category>tailwindcss</category>
    </item>
    <item>
      <title>
I created a tool to manage VSCode settings on GitHub</title>
      <dc:creator>purratto</dc:creator>
      <pubDate>Fri, 27 Nov 2020 12:05:34 +0000</pubDate>
      <link>https://dev.to/purratto/i-created-a-tool-to-manage-vs-code-settings-on-github-1jha</link>
      <guid>https://dev.to/purratto/i-created-a-tool-to-manage-vs-code-settings-on-github-1jha</guid>
      <description>&lt;p&gt;I created a tool to manage Visual Studio Code settings on GitHub(Git).&lt;br&gt;
&lt;a href="https://github.com/otashun/vscode-settings"&gt;https://github.com/otashun/vscode-settings&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting started
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone git@github.com:otashun/vscode-settings.git
cd vscode-settings
./install.sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>vscode</category>
      <category>github</category>
      <category>git</category>
      <category>bash</category>
    </item>
  </channel>
</rss>
