This is a P.E.R.N. stack app for managers and employees. Work in progress
- React.js
- TailwindCSS
- Zustand
You can try the deployed site at blabla.com or take this project for development or testing as follows:
- Clone this repository
git clone https://github.com/augusticor/pern-employees-front.git
-
Install dependencies
- Development or testing mode
npm install
- Production mode
npm ci --omit=dev
-
Rename .env.example file to .env.mode you want and configure the environment variables for the mode you want (development, test or production)
-
Run the project
- Development mode
npm run dev
- Testing mode
npm run test
- Production mode
npm run build