Socket
Socket
Sign inDemoInstall

cra-template-learus-typescript-material

Package Overview
Dependencies
16
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cra-template-learus-typescript-material

Boilerplate for Create React App Typescript template with Material-UI and component creation snippets


Version published
Weekly downloads
6
increased by200%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Learus Typescript Material CRA Template

This project is a boilerplate to easily create a front-end project structure using:

  • Typescript
  • Material UI
  • Axios
  • React Router

Out of the box it provides (among basic CRA features):

  • Customizable Dark - Light Theming with Material UI
  • Methods for React-friendly Responsive Sizing (see src/styles/Theme.tsx)
  • Easy Component Creation with custom script component.sh
  • Client-side Routing
  • Docker Deployment

Installation

npx create-react-app your-project --template learus-typescript-material

App Usage

  • To start the application use npm start or npm run dev. The dev script sets NODE_ENV=development in case you need different logic based on development or production enviroment.

  • To build use npm run build.

  • To create a new component use ./component.sh and specify the name of the component.

  • Deploy using Docker and docker-compose up

Keywords

FAQs

Last updated on 08 Mar 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc