Skip to content

Custom template for building administrative applications using React

License

Notifications You must be signed in to change notification settings

FredLackey/react-admin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Admin Template (react-admin-template)

Custom template for building administrative applications using React

Backgrund & Goal

Almost every web application project I launch these days has two common traits. First, it's written in React (either React Native or ReactJS). Second, it requires some type of administrative tool for controlling it. Instead of building countless one-off apps for these projects, my goal is to create one template project (this repo) that I can use as a starter for ech of those projects.

Setup

NPM vs Yarn

On this project I opted for Yarn instead of NPM. If you are just trying out this project, I recommend you stick with Yarn as well. Although there is ony one dependency at the moment (admin-data), it makes use of package linking. Should you use NPM you will not be able to reference admin-data without modifying the code or manually linking it with whatever package manager you use.

Local Development

  1. Clone the repo

    git clone git@github.com:FredLackey/react-admin-template.git
  2. Build and link the dependencies (right now, only one)

    cd ./source/libs/admin-data  
    yarn
  3. Build the main application:

    cd ./source/apps/admin-ui-app
    yarn
  4. Launch the app:

    yarn dev

Contact

If I can be of assistance to your project, please fee free to reach out to me directly.

Fred Lackey
fred.lackey@gmail.com
http://fredlackey.com

About

Custom template for building administrative applications using React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published