Skip to content
/ next-ts-starter Public template

Ready to use Next JS starter with Tailwind and TypeScript support

License

Notifications You must be signed in to change notification settings

emicastro/next-ts-starter

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages