louisgv / lrat

L's React App Template

Home Page:https://louisgv.ga/lrat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

L's React App Template

What's included:

  1. lrct - Clone it to make your own component library, and replace it!
  2. https
  3. craco
  4. typescript
  5. react-hot-loader
  6. styled-system
  7. auto-changelog
  8. styled-components

Https instruction

In order to ensure dev environment is consistent with production environment, dev with SSL is recommended. To generate your own local development cert, use mkcert. Follow its readme to install the program, then after you have run mkcert -install, run the scripts below:

cd <path-to-here>
mkdir -p keys
cd keys
mkcert localhost

The lock should now be green ✅

Available Scripts

In the project directory, you can run:

deploy

Deploy the app via gh-pages.

start

Runs the app in the development mode.
Open https://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

eject

Note: this is a one-way operation. Once you eject, you can’t go back!

Most eject stuff can be done via craco. But it's there if you need it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

L's React App Template

https://louisgv.ga/lrat


Languages

Language:TypeScript 56.9%Language:HTML 39.5%Language:JavaScript 3.7%