Skip to content

mario-miclea/awesome-react-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome React starter

Starter template for React and Next.js projects packed with features like authentication, custom hooks, Tailwind support and many more.

Documentation and wiki

Make sure to read our extensive documentation about using this starter template.

Quick start

Install dependencies

npm ci

Copy the example environment variables and update them if needed

cp .env.example .env

Start the local server

npm run dev

Features

Authorization with JWT

The authorization process is inspired by these best practices of using JWT from Hasura.io

Security headers

These HTTP response headers increase the security of the app and are bundled by default. Review and update the security headers in the headers.js file and analyse your app using this tool.

About

Awesome React and Next project starter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.0%
  • CSS 7.0%