Coder Social home page Coder Social logo

yasser-belatreche / cra-template-yasser-ts-setup Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 596 KB

A ready-to-use structured ReactJS project initialized with "Typescript, scss, storybook, tailwindcss, styled-components and jest" to skip the tedious task of installing every dependency needed and dive directly into the fun part, coding

Home Page: https://www.npmjs.com/package/cra-template-yasser-ts-setup

JavaScript 6.65% HTML 19.04% TypeScript 57.72% SCSS 16.59%
typscript create-react-app template react

cra-template-yasser-ts-setup's Introduction

cra-template-yasser-ts-setup

This is an official Typscript template for Create React App.

To use It you need to specify the template name when creating a react app using CRA like that :

npx create-react-app myapp --template yasser-ts-setup

After the installation complete don't forget to install the dev dependences by running this command:

npm install -D @storybook/addon-actions @storybook/addon-essentials @storybook/addon-links @storybook/builder-webpack5 @storybook/manager-webpack5 @storybook/node-logger @storybook/preset-create-react-app @storybook/react @types/styled-components autoprefixer postcss tailwindcss webpack

And Also add the following scripts to your package.json file:

{
  ...

  "scripts": {
    ...
    "storybook": "start-storybook -p 6006 -s public",
    "build-storybook": "build-storybook -s public"
  },

  ...
}

For more information about CRA, please refer to:

  • Getting Started โ€“ How to create a new app.
  • User Guide โ€“ How to develop apps bootstrapped with Create React App.

Developer Contact:

For more information about this template, please open the template directory and read the README file, And in case you wanna clone it directly you can refer to this repository

cra-template-yasser-ts-setup's People

Stargazers

 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.