I'm fullstack web developer interested in user experience, performance and creation of digital products.
To get a local copy up and running, please follow these simple steps:
Prerequisites:
Recommended extensions for Visual Studio Code:
Setup development server:
- Clone or fork the repository:
git@github.com:JeremyDevCode/template.git- Go to the project folder:
cd template- Install dependencies with your favorite package manager:
# with npm:
npm install
# with yarn:
yarn
# with pnpm:
pnpm install- Start the development server:
# with npm:
npm run dev
# with yarn:
yarn dev
# with pnpm:
pnpm devand open http://localhost:3000 with your browser to see the result ✨.
- Astro + Typescript - Build the web you want.
- React 18 - The library for web and native user interfaces.
- Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
- Distributed under the MIT License.