emicastro / next-ts-starter

Ready to use Next JS starter with Tailwind and TypeScript support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next TS Starter

A minimal starter to build your web app with NextJS, using Tailwind for your styles and TypeScript for application-scale JavaScript!.

SummaryHow To UseCreditsLicense

Summary

  • Ready to go - All you need to start your modern React project out of the box.
    • Start building a React 17+ project with NextJs, TypeScript, Tailwind, PostCSS, ESLint and Prettier without having to install and configure them individually.

How To Use

To start building, you'll need Git and Node.js (which comes with npm) installed on your computer. I also recommend you to install yarn. From your command line:

# Clone this repository
$ git clone https://github.com/emicastro/next-ts-starter

# Go into the repository
$ cd next-ts-starter

# Install dependencies
$ yarn
# or
$ npm install

# Run the app
$ yarn start
# or
$ npm start

# Run the app in development mode
$ yarn dev
# or
$ npm run dev

Credits

This software uses the following open source packages:

  • NextJS to give you the best developer experience while writing state of the art React apps for the web.
  • Node.js to make the magic happen under the hood.
  • React for building component based user interfaces.
  • TypeScript for typed JavaScript to avoid you a lot of headaches chasing bugs.
  • TailwindCSS for rapidly building custom designs.
  • PostCSS for transforming CSS with JavaScript.
  • ESLint to find and fix problems in your JavaScript code.
  • Prettier for opinionated code formatting.

License

MIT


emicastro.com  ·  GitHub @emicastro  ·  Twitter @emicastroo

About

Ready to use Next JS starter with Tailwind and TypeScript support

License:MIT License


Languages

Language:JavaScript 72.3%Language:TypeScript 21.8%Language:CSS 5.9%