A simple users/teams dashboard using the MERN stack. Full CRUD operations with auth.
To get a local copy up and running follow these simple example steps.
-
Clone the repo
git clone https://github.com/huffmanks/strata.git
-
Client
-
Install packages
cd client yarn
-
Update environment variables
cp example.env .env.development.local
-
Run
yarn start
-
-
Server
-
Install packages
cd server yarn
-
Update environment variables
cp example.config.env config.env
-
Run
yarn dev
-