Skip to content

PhanHao0410/Library-Frontend

Repository files navigation

React boilerplate

This template should help get you started developing with React and Typescript in webpack.. Questions, feedback, and for now, even bikeshedding are welcome.

Getting started

To run admin:

npm run start:admin

To lint admin:

npm run lint:admin

To build admin:

npm run build:admin

To test:

npm run test

To add a lib to the root

yarn add <lib_name> -W

To add a lib to a specific package

yarn workspace <workspace_name> add <lib_name>

E.g:

yarn workspace admin add lodash

Documentation

This project includes a docs folder with more details on:

  1. Convention
  2. Theme
  3. Setup and development
  4. Architecture
  5. Tech stack
  6. Check list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published