New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cra-template-learus-typescript-material

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 0.3.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 08 Mar 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc