noedigsti / Frontend

a modern Frontend template

Home Page:https://frontend-base.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a modern Frontend template

This project was initially generated with superplate, a Next.js all-in-one project generator.

To learn more about superplate, please check out the Documentation.


Getting Started

Package Description
Next.js The React Framework
React A JavaScript library for building user interfaces
TypeScript TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
styled-components Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress
styled-system Style props for rapid UI development
React Redux Official React bindings for Redux
Tailwind CSS A utility-first CSS framework for rapidly building custom designs.
Jest Delightful JavaScript Testing
Cypress Fast, easy and reliable testing for anything that runs in a browser
PostCSS Transforming styles with JS plugins
Docker Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.
dependencies Version
@reduxjs/toolkit npm
isomorphic-unfetch npm
next npm
react npm
react-dom npm
react-redux npm
styled-components npm
styled-system npm
devDependencies Version
@types/jest npm
@types/node npm
@types/react npm
@types/react-dom npm
@types/react-redux npm
@types/styled-components npm
@types/styled-system npm
autoprefixer npm
babel-plugin-styled-components npm
cypress npm
dotenv npm
identity-obj-proxy npm
jest npm
jest-environment-jsdom npm
nock npm
postcss npm
start-server-and-test npm
tailwindcss npm
ts-jest npm
typescript npm

Available Scripts

Running the application.

  • Development
    npm run dev
  • Production
    npm run build
    npm run start

Testing.

  • Running all tests
    npm run test:all

License

MIT

About

a modern Frontend template

https://frontend-base.vercel.app

License:MIT License


Languages

Language:TypeScript 86.3%Language:JavaScript 13.1%Language:Dockerfile 0.6%