Giter VIP home page Giter VIP logo

deluxeowl / alright-react-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from donedeal0/alright-react-app

0.0 1.0 0.0 68 KB

Professional React app generator. Comes with an exposed, unopinionated, high performance configuration. Jest, SWC, Storybook, Typescript 5, Webpack 5.

Home Page: https://www.npmjs.com/package/alright-react-app

JavaScript 77.80% TypeScript 13.08% CSS 4.57% HTML 4.56%

alright-react-app's Introduction

Screenshot 2023-04-19 at 12 52 14

ALRIGHT REACT APP

Professional React app generator. Comes with an exposed, unopinionated, high performance configuration. Jest, SWC, Storybook, Typescript 5, Webpack 5.

screenshot

GETTING STARTED

In your terminal, type:

npx alright-react-app

The npx command is available if npm is installed globally on your computer. Alright React App will ask you to enter an application name. Then you just have to press enter.

The following folder will be created at the root of your current working directory:

my-app
├── webpack.config.js
├── tsconfig.json
├── README.md
├── package.json
├── jest.swc.config.js
├── custom.d.ts
├── .swcrc
├── .gitignore
├── .eslintrc.js
├── .eslintignore
├── .env
└── src
    ├── index.tsx
    ├── index.html
    ├── app.tsx
    ├── app.test.ts
    └── pages
        └── home
            ├── index.tsx
            ├── home.css
    └── components
        └── error-boundary
            ├── index.tsx
            ├── layout.tsx
        └── title
            ├── index.tsx
            ├── stories.tsx
     └── assets
        └── images
            ├── favicon.png
        └── svg
            ├── logo.svg
└── .storybook
    ├── main.js
    ├── preview.js

Once the application is created, type `cd my-app'.

COMMANDS

DEV: yarn|npm run dev

BUILD: yarn|npm run build

STORYBOOK: yarn|npm run storybook

TEST: yarn|npm run test

STORYBOOK

You must install Storybook globally: npm i -g @storybook/cli to use it.

CREDITS

DoneDeal0

SUPPORT

If you or your company is using the Alright React App, please show your support by buying me a coffee: https://www.buymeacoffee.com/donedeal0



CONTRIBUTING

Pull requests are welcome!

alright-react-app's People

Contributors

deluxeowl avatar donedeal0 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.